#C8F7FE

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

Shades of Onahau #C8F7FE

Tints of Onahau #C8F7FE

Color information

#C8F7FE (or 0xC8F7FE) is unknown color: approx Onahau. HEX triplet: C8, F7 and FE. RGB value is (200,247,254). Sum of RGB (Red+Green+Blue) = 200+247+254=701 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.53% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F7FE is #370801. Grayscale: #E9E9E9. Windows color (decimal): -3606530 or 16709576. OLE color: 16709576.

HSL color Cylindrical-coordinate representation of color #C8F7FE: hue angle of 187.78º 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 #C8F7FE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200247254-
CMYK0.210.0300.00
HSL187.78º96.43%89.02%-
HSV(B)187.78º21.26%99.61%-
XYZ74.9785.96106.41-
YUV233.74139.43103.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.53%
GREEN value IS 247 (96.88% from 255) = 35.24%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=28.53%
G=35.24%
B=36.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002472540.210.0300.00187.7896.4389.02
HexC8F7FE15300bc6059
Octal31036737625300274140131
Binary1100100011110111111111101010111001011110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F7FE; }

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

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

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

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

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

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

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

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