#C8F5FE

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

Shades of Onahau #C8F5FE

Tints of Onahau #C8F5FE

Color information

#C8F5FE (or 0xC8F5FE) is unknown color: approx Onahau. HEX triplet: C8, F5 and FE. RGB value is (200,245,254). Sum of RGB (Red+Green+Blue) = 200+245+254=699 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.61% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F5FE is #370A01. Grayscale: #E8E8E8. Windows color (decimal): -3607042 or 16709064. OLE color: 16709064.

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

Color convert

RGB200245254-
CMYK0.210.0400.00
HSL190º96.43%89.02%-
HSV(B)190º21.26%99.61%-
XYZ74.3684.74106.2-
YUV232.57140.09104.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.61%
GREEN value IS 245 (96.09% from 255) = 35.05%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=28.61%
G=35.05%
B=36.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002452540.210.0400.0019096.4389.02
HexC8F5FE15400be6059
Octal31036537625400276140131
Binary11001000111101011111111010101100001011111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F5FE; }

 p { color: rgb(200,245,254); }

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

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

 a { background-color: rgb(200,245,254); }

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

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

 span { border-color: rgb(200,245,254); }

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