#CBEEF7

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

Shades of Onahau #CBEEF7

Tints of Onahau #CBEEF7

Color information

#CBEEF7 (or 0xCBEEF7) is unknown color: approx Onahau. HEX triplet: CB, EE and F7. RGB value is (203,238,247). Sum of RGB (Red+Green+Blue) = 203+238+247=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEF7 is #341108. Grayscale: #E4E4E4. Windows color (decimal): -3412233 or 16248523. OLE color: 16248523.

HSL color Cylindrical-coordinate representation of color #CBEEF7: hue angle of 192.27º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEEF7 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203238247-
CMYK0.180.0400.03
HSL192.27º73.33%88.24%-
HSV(B)192.27º17.81%96.86%-
XYZ71.9980.5699.75-
YUV228.56138.4109.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.51%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=29.51%
G=34.59%
B=35.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032382470.180.0400.03192.2773.3388.24
HexCBEEF712403c04958
Octal31335636722403300111130
Binary110010111110111011110111100101000111100000010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEF7; }

 p { color: rgb(203,238,247); }

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

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

 a { background-color: rgb(203,238,247); }

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

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

 span { border-color: rgb(203,238,247); }

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