#CBECF1

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

Shades of Onahau #CBECF1

Tints of Onahau #CBECF1

Color information

#CBECF1 (or 0xCBECF1) is unknown color: approx Onahau. HEX triplet: CB, EC and F1. RGB value is (203,236,241). Sum of RGB (Red+Green+Blue) = 203+236+241=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBECF1 is #34130E. Grayscale: #E2E2E2. Windows color (decimal): -3412751 or 15854795. OLE color: 15854795.

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

Color convert

RGB203236241-
CMYK0.160.0200.05
HSL187.89º57.58%87.06%-
HSV(B)187.89º15.77%94.51%-
XYZ70.579.0494.76-
YUV226.7136.07111.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.85%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=29.85%
G=34.71%
B=35.44%

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
Decimal2032362410.160.0200.05187.8957.5887.06
HexCBECF110205bc3a57
Octal3133543612020527472127
Binary11001011111011001111000110000100101101111001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECF1; }

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

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

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

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

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

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

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

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