#CBEDF4

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

Shades of Onahau #CBEDF4

Tints of Onahau #CBEDF4

Color information

#CBEDF4 (or 0xCBEDF4) is unknown color: approx Onahau. HEX triplet: CB, ED and F4. RGB value is (203,237,244). Sum of RGB (Red+Green+Blue) = 203+237+244=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF4 is #34120B. Grayscale: #E3E3E3. Windows color (decimal): -3412492 or 16051659. OLE color: 16051659.

HSL color Cylindrical-coordinate representation of color #CBEDF4: hue angle of 190.24º degrees, saturation: 0.65, 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 #CBEDF4 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203237244-
CMYK0.170.0300.04
HSL190.24º65.08%87.65%-
HSV(B)190.24º16.8%95.69%-
XYZ71.2479.897.24-
YUV227.63137.24110.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=29.68%
G=34.65%
B=35.67%

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
Decimal2032372440.170.0300.04190.2465.0887.65
HexCBEDF411304be4158
Octal31335536421304276101130
Binary110010111110110111110100100011101001011111010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDF4; }

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

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

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

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

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

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

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

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