#C8F3FC

Color #C8F3FC Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C8F3FC

Tints of Onahau #C8F3FC

Color information

#C8F3FC (or 0xC8F3FC) is unknown color: approx Onahau. HEX triplet: C8, F3 and FC. RGB value is (200,243,252). Sum of RGB (Red+Green+Blue) = 200+243+252=695 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.78% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F3FC is #370C03. Grayscale: #E7E7E7. Windows color (decimal): -3607556 or 16577480. OLE color: 16577480.

HSL color Cylindrical-coordinate representation of color #C8F3FC: hue angle of 190.38º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F3FC is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200243252-
CMYK0.210.0400.01
HSL190.38º89.66%88.63%-
HSV(B)190.38º20.63%98.82%-
XYZ73.4483.41104.32-
YUV231.17139.75105.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 28.78%
GREEN value IS 243 (95.31% from 255) = 34.96%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=28.78%
G=34.96%
B=36.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002432520.210.0400.01190.3889.6688.63
HexC8F3FC15401be5a59
Octal31036337425401276132131
Binary11001000111100111111110010101100011011111010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F3FC; }

 p { color: rgb(200,243,252); }

 H1.HeaderClassName
 {
   color: #C8F3FC;
 }
 .AnyTagClassName
 {
   color: #C8F3FC;
 }
</style>
background-color css

<style>
 a { background-color: #C8F3FC; }

 a { background-color: rgb(200,243,252); }

 div.DivClassName
 {
   background-color: #C8F3FC;
 }
 .BgClassName
 {
   background-color: #C8F3FC;
 }
</style>
border-color css

<style>
 span { border-color: #C8F3FC; }

 span { border-color: rgb(200,243,252); }

 td.TdClassName
 {
   border-color: #C8F3FC;
 }
 .TagClassName
 {
   border-color: #C8F3FC;
 }
</style>