#C9F2FE

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

Shades of Onahau #C9F2FE

Tints of Onahau #C9F2FE

Color information

#C9F2FE (or 0xC9F2FE) is unknown color: approx Onahau. HEX triplet: C9, F2 and FE. RGB value is (201,242,254). Sum of RGB (Red+Green+Blue) = 201+242+254=697 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.84% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2FE is #360D01. Grayscale: #E7E7E7. Windows color (decimal): -3542274 or 16708297. OLE color: 16708297.

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

Color convert

RGB201242254-
CMYK0.210.0500.00
HSL193.58º96.36%89.22%-
HSV(B)193.58º20.87%99.61%-
XYZ73.7383.08105.92-
YUV231.11140.92106.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.84%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=28.84%
G=34.72%
B=36.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012422540.210.0500.00193.5896.3689.22
HexC9F2FE15500c26059
Octal31136237625500302140131
Binary11001001111100101111111010101101001100001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F2FE; }

 p { color: rgb(201,242,254); }

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

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

 a { background-color: rgb(201,242,254); }

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

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

 span { border-color: rgb(201,242,254); }

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