#CBEBF3

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

Shades of Onahau #CBEBF3

Tints of Onahau #CBEBF3

Color information

#CBEBF3 (or 0xCBEBF3) is unknown color: approx Onahau. HEX triplet: CB, EB and F3. RGB value is (203,235,243). Sum of RGB (Red+Green+Blue) = 203+235+243=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBF3 is #34140C. Grayscale: #E2E2E2. Windows color (decimal): -3413005 or 15985611. OLE color: 15985611.

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

Color convert

RGB203235243-
CMYK0.160.0300.05
HSL192º62.5%87.45%-
HSV(B)192º16.46%95.29%-
XYZ70.5178.5896.25-
YUV226.34137.4111.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 243 (95.31% from 255) = 35.68%
R=29.81%
G=34.51%
B=35.68%

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
Decimal2032352430.160.0300.0519262.587.45
HexCBEBF310305c03e57
Octal3133533632030530076127
Binary11001011111010111111001110000110101110000001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBF3; }

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

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

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

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

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

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

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

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