#CBEEF5

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

Shades of Onahau #CBEEF5

Tints of Onahau #CBEEF5

Color information

#CBEEF5 (or 0xCBEEF5) is unknown color: approx Onahau. HEX triplet: CB, EE and F5. RGB value is (203,238,245). Sum of RGB (Red+Green+Blue) = 203+238+245=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEEF5 is #34110A. Grayscale: #E4E4E4. Windows color (decimal): -3412235 or 16117451. OLE color: 16117451.

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

Color convert

RGB203238245-
CMYK0.170.0300.04
HSL190º67.74%87.84%-
HSV(B)190º17.14%96.08%-
XYZ71.6880.4498.13-
YUV228.33137.4109.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.59%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=29.59%
G=34.69%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032382450.170.0300.0419067.7487.84
HexCBEEF511304be4458
Octal31335636521304276104130
Binary110010111110111011110101100011101001011111010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEF5; }

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

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

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

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

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

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

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

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