#CBECF3

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

Shades of Onahau #CBECF3

Tints of Onahau #CBECF3

Color information

#CBECF3 (or 0xCBECF3) is unknown color: approx Onahau. HEX triplet: CB, EC and F3. RGB value is (203,236,243). Sum of RGB (Red+Green+Blue) = 203+236+243=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECF3 is #34130C. Grayscale: #E2E2E2. Windows color (decimal): -3412749 or 15985867. OLE color: 15985867.

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

Color convert

RGB203236243-
CMYK0.160.0300.05
HSL190.5º62.5%87.45%-
HSV(B)190.5º16.46%95.29%-
XYZ70.879.1696.34-
YUV226.93137.07110.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 243 (95.31% from 255) = 35.63%
R=29.77%
G=34.60%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032362430.160.0300.05190.562.587.45
HexCBECF310305be3e57
Octal3133543632030527676127
Binary11001011111011001111001110000110101101111101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECF3; }

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

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

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

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

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

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

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

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