#C8F4FA

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

Shades of Onahau #C8F4FA

Tints of Onahau #C8F4FA

Color information

#C8F4FA (or 0xC8F4FA) is unknown color: approx Onahau. HEX triplet: C8, F4 and FA. RGB value is (200,244,250). Sum of RGB (Red+Green+Blue) = 200+244+250=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8F4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F4FA is #370B05. Grayscale: #E7E7E7. Windows color (decimal): -3607302 or 16446664. OLE color: 16446664.

HSL color Cylindrical-coordinate representation of color #C8F4FA: hue angle of 187.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8F4FA is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200244250-
CMYK0.20.0200.02
HSL187.2º83.33%88.24%-
HSV(B)187.2º20%98.04%-
XYZ73.4383.88102.76-
YUV231.53138.42105.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.82%
GREEN value IS 244 (95.70% from 255) = 35.16%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=28.82%
G=35.16%
B=36.02%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002442500.20.0200.02187.283.3388.24
HexC8F4FA14202bb5358
Octal31036437224202273123130
Binary11001000111101001111101010100100101011101110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F4FA; }

 p { color: rgb(200,244,250); }

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

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

 a { background-color: rgb(200,244,250); }

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

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

 span { border-color: rgb(200,244,250); }

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