#CBEDF1

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

Shades of Onahau #CBEDF1

Tints of Onahau #CBEDF1

Color information

#CBEDF1 (or 0xCBEDF1) is unknown color: approx Onahau. HEX triplet: CB, ED and F1. RGB value is (203,237,241). Sum of RGB (Red+Green+Blue) = 203+237+241=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF1 is #34120E. Grayscale: #E3E3E3. Windows color (decimal): -3412495 or 15855051. OLE color: 15855051.

HSL color Cylindrical-coordinate representation of color #CBEDF1: hue angle of 186.32º degrees, saturation: 0.58, 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 #CBEDF1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203237241-
CMYK0.160.0200.05
HSL186.32º57.58%87.06%-
HSV(B)186.32º15.77%94.51%-
XYZ70.7979.6294.86-
YUV227.29135.74110.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=29.81%
G=34.80%
B=35.39%

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
Decimal2032372410.160.0200.05186.3257.5887.06
HexCBEDF110205ba3a57
Octal3133553612020527272127
Binary11001011111011011111000110000100101101110101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDF1; }

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

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

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

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

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

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

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

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