#CBEDF2

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

Shades of Onahau #CBEDF2

Tints of Onahau #CBEDF2

Color information

#CBEDF2 (or 0xCBEDF2) is unknown color: approx Onahau. HEX triplet: CB, ED and F2. RGB value is (203,237,242). Sum of RGB (Red+Green+Blue) = 203+237+242=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF2 is #34120D. Grayscale: #E3E3E3. Windows color (decimal): -3412494 or 15920587. OLE color: 15920587.

HSL color Cylindrical-coordinate representation of color #CBEDF2: hue angle of 187.69º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBEDF2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203237242-
CMYK0.160.0200.05
HSL187.69º60%87.25%-
HSV(B)187.69º16.12%94.9%-
XYZ70.9479.6895.64-
YUV227.4136.24110.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=29.77%
G=34.75%
B=35.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032372420.160.0200.05187.696087.25
HexCBEDF210205bc3c57
Octal3133553622020527474127
Binary11001011111011011111001010000100101101111001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDF2; }

 p { color: rgb(203,237,242); }

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

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

 a { background-color: rgb(203,237,242); }

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

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

 span { border-color: rgb(203,237,242); }

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