#CBEDF5

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

Shades of Onahau #CBEDF5

Tints of Onahau #CBEDF5

Color information

#CBEDF5 (or 0xCBEDF5) is unknown color: approx Onahau. HEX triplet: CB, ED and F5. RGB value is (203,237,245). Sum of RGB (Red+Green+Blue) = 203+237+245=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDF5 is #34120A. Grayscale: #E3E3E3. Windows color (decimal): -3412491 or 16117195. OLE color: 16117195.

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

Color convert

RGB203237245-
CMYK0.170.0300.04
HSL191.43º67.74%87.84%-
HSV(B)191.43º17.14%96.08%-
XYZ71.3979.8698.04-
YUV227.75137.74110.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.64%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=29.64%
G=34.60%
B=35.77%

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
Decimal2032372450.170.0300.04191.4367.7487.84
HexCBEDF511304bf4458
Octal31335536521304277104130
Binary110010111110110111110101100011101001011111110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDF5; }

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

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

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

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

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

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

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

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