#CBEBF1

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

Shades of Onahau #CBEBF1

Tints of Onahau #CBEBF1

Color information

#CBEBF1 (or 0xCBEBF1) is unknown color: approx Onahau. HEX triplet: CB, EB and F1. RGB value is (203,235,241). Sum of RGB (Red+Green+Blue) = 203+235+241=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEBF1 is #34140E. Grayscale: #E2E2E2. Windows color (decimal): -3413007 or 15854539. OLE color: 15854539.

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

Color convert

RGB203235241-
CMYK0.160.0200.05
HSL189.47º57.58%87.06%-
HSV(B)189.47º15.77%94.51%-
XYZ70.2178.4694.66-
YUV226.12136.4111.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=29.90%
G=34.61%
B=35.49%

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
Decimal2032352410.160.0200.05189.4757.5887.06
HexCBEBF110205bd3a57
Octal3133533612020527572127
Binary11001011111010111111000110000100101101111011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBF1; }

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

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

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

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

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

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

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

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