#CFE9EF

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

Shades of Onahau #CFE9EF

Tints of Onahau #CFE9EF

Color information

#CFE9EF (or 0xCFE9EF) is unknown color: approx Onahau. HEX triplet: CF, E9 and EF. RGB value is (207,233,239). Sum of RGB (Red+Green+Blue) = 207+233+239=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9EF is #301610. Grayscale: #E1E1E1. Windows color (decimal): -3151377 or 15722959. OLE color: 15722959.

HSL color Cylindrical-coordinate representation of color #CFE9EF: hue angle of 191.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE9EF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207233239-
CMYK0.130.0300.06
HSL191.25º50%87.45%-
HSV(B)191.25º13.39%93.73%-
XYZ70.4577.7892.96-
YUV225.91135.39114.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=30.49%
G=34.32%
B=35.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072332390.130.0300.06191.255087.45
HexCFE9EFD306bf3257
Octal3173513571530627762127
Binary1100111111101001111011111101110110101111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9EF; }

 p { color: rgb(207,233,239); }

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

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

 a { background-color: rgb(207,233,239); }

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

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

 span { border-color: rgb(207,233,239); }

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