#CBECF0

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

Shades of Onahau #CBECF0

Tints of Onahau #CBECF0

Color information

#CBECF0 (or 0xCBECF0) is unknown color: approx Onahau. HEX triplet: CB, EC and F0. RGB value is (203,236,240). Sum of RGB (Red+Green+Blue) = 203+236+240=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECF0 is #34130F. Grayscale: #E2E2E2. Windows color (decimal): -3412752 or 15789259. OLE color: 15789259.

HSL color Cylindrical-coordinate representation of color #CBECF0: hue angle of 186.49º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBECF0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203236240-
CMYK0.150.0200.06
HSL186.49º55.22%86.86%-
HSV(B)186.49º15.42%94.12%-
XYZ70.3578.9893.97-
YUV226.59135.57111.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=29.90%
G=34.76%
B=35.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032362400.150.0200.06186.4955.2286.86
HexCBECF0F206ba3757
Octal3133543601720627267127
Binary1100101111101100111100001111100110101110101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECF0; }

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

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

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

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

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

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

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

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