#CBEAF2

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

Shades of Onahau #CBEAF2

Tints of Onahau #CBEAF2

Color information

#CBEAF2 (or 0xCBEAF2) is unknown color: approx Onahau. HEX triplet: CB, EA and F2. RGB value is (203,234,242). Sum of RGB (Red+Green+Blue) = 203+234+242=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAF2 is #34150D. Grayscale: #E1E1E1. Windows color (decimal): -3413262 or 15919819. OLE color: 15919819.

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

Color convert

RGB203234242-
CMYK0.160.0300.05
HSL192.31º60%87.25%-
HSV(B)192.31º16.12%94.9%-
XYZ70.0877.9595.36-
YUV225.64137.23111.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 242 (94.92% from 255) = 35.64%
R=29.90%
G=34.46%
B=35.64%

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
Decimal2032342420.160.0300.05192.316087.25
HexCBEAF210305c03c57
Octal3133523622030530074127
Binary11001011111010101111001010000110101110000001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAF2; }

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

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

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

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

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

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

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

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