#CBEDF3

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

Shades of Onahau #CBEDF3

Tints of Onahau #CBEDF3

Color information

#CBEDF3 (or 0xCBEDF3) is unknown color: approx Onahau. HEX triplet: CB, ED and F3. RGB value is (203,237,243). Sum of RGB (Red+Green+Blue) = 203+237+243=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF3 is #34120C. Grayscale: #E3E3E3. Windows color (decimal): -3412493 or 15986123. OLE color: 15986123.

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

Color convert

RGB203237243-
CMYK0.160.0200.05
HSL189º62.5%87.45%-
HSV(B)189º16.46%95.29%-
XYZ71.0979.7496.44-
YUV227.52136.74110.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=29.72%
G=34.70%
B=35.58%

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
Decimal2032372430.160.0200.0518962.587.45
HexCBEDF310205bd3e57
Octal3133553632020527576127
Binary11001011111011011111001110000100101101111011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDF3; }

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

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

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

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

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

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

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

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