#CFEEF4

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

Shades of Onahau #CFEEF4

Tints of Onahau #CFEEF4

Color information

#CFEEF4 (or 0xCFEEF4) is unknown color: approx Onahau. HEX triplet: CF, EE and F4. RGB value is (207,238,244). Sum of RGB (Red+Green+Blue) = 207+238+244=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEF4 is #30110B. Grayscale: #E5E5E5. Windows color (decimal): -3150092 or 16051919. OLE color: 16051919.

HSL color Cylindrical-coordinate representation of color #CFEEF4: hue angle of 189.73º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEEF4 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207238244-
CMYK0.150.0200.04
HSL189.73º62.71%88.43%-
HSV(B)189.73º15.16%95.69%-
XYZ72.6480.9597.38-
YUV229.42136.23112.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 244 (95.70% from 255) = 35.41%
R=30.04%
G=34.54%
B=35.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072382440.150.0200.04189.7362.7188.43
HexCFEEF4F204be3f58
Octal3173563641720427677130
Binary1100111111101110111101001111100100101111101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEF4; }

 p { color: rgb(207,238,244); }

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

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

 a { background-color: rgb(207,238,244); }

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

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

 span { border-color: rgb(207,238,244); }

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