#C8F2F7

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

Shades of Onahau #C8F2F7

Tints of Onahau #C8F2F7

Color information

#C8F2F7 (or 0xC8F2F7) is unknown color: approx Onahau. HEX triplet: C8, F2 and F7. RGB value is (200,242,247). Sum of RGB (Red+Green+Blue) = 200+242+247=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8F2F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F2F7 is #370D08. Grayscale: #E5E5E5. Windows color (decimal): -3607817 or 16249544. OLE color: 16249544.

HSL color Cylindrical-coordinate representation of color #C8F2F7: hue angle of 186.38º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F2F7 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200242247-
CMYK0.190.0200.03
HSL186.38º74.6%87.65%-
HSV(B)186.38º19.03%96.86%-
XYZ72.3682.5100.11-
YUV230.01137.59106.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.03%
GREEN value IS 242 (94.92% from 255) = 35.12%
BLUE value IS 247 (96.88% from 255) = 35.85%
R=29.03%
G=35.12%
B=35.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002422470.190.0200.03186.3874.687.65
HexC8F2F713203ba4b58
Octal31036236723203272113130
Binary11001000111100101111011110011100111011101010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F2F7; }

 p { color: rgb(200,242,247); }

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

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

 a { background-color: rgb(200,242,247); }

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

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

 span { border-color: rgb(200,242,247); }

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