#CBEBF2

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

Shades of Onahau #CBEBF2

Tints of Onahau #CBEBF2

Color information

#CBEBF2 (or 0xCBEBF2) is unknown color: approx Onahau. HEX triplet: CB, EB and F2. RGB value is (203,235,242). Sum of RGB (Red+Green+Blue) = 203+235+242=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBF2 is #34140D. Grayscale: #E2E2E2. Windows color (decimal): -3413006 or 15920075. OLE color: 15920075.

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

Color convert

RGB203235242-
CMYK0.160.0300.05
HSL190.77º60%87.25%-
HSV(B)190.77º16.12%94.9%-
XYZ70.3678.5295.45-
YUV226.23136.9111.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.85%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=29.85%
G=34.56%
B=35.59%

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
Decimal2032352420.160.0300.05190.776087.25
HexCBEBF210305bf3c57
Octal3133533622030527774127
Binary11001011111010111111001010000110101101111111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBF2; }

 p { color: rgb(203,235,242); }

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

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

 a { background-color: rgb(203,235,242); }

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

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

 span { border-color: rgb(203,235,242); }

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