Html Css Color HEX #CBE5EC Onahau

📋 copy color: '#CBE5EC'

red 203 ◦ green 229 ◦ blue 236

#CBE5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #CBE5EC

Tints of Onahau #CBE5EC

RGB

 RED value IS 203 (79.69% from 255) = 30.39%

 GREEN value IS 229 (89.84% from 255) = 34.28%

 BLUE value IS 236 (92.58% from 255) = 35.33%

R = 30.39%
G = 34.28%
B = 35.33%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBE5EC (or 0xCBE5EC) is known color: Onahau. HEX triplet: CB, E5 and EC. RGB value is (203,229,236). Sum of RGB (Red+Green+Blue) = 203+229+236=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5EC is #341A13. Grayscale: #DDDDDD. Windows color (decimal): -3414548 or 15525323. OLE color: 15525323.

HSL color Cylindrical-coordinate representation of color #CBE5EC: hue angle of 192.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE5EC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 229 236 -
CMYK 0.14 0.03 0 0.07
HSL 192.73º 0.46% 0.86% -
HSV(B) 192.73º 0.14% 0.93% -
XYZ 67.79 74.79 90.22 -
YUV 222.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 203 229 236 0.14 0.03 0 0.07 192.73 0.46 0.86
Hex CB E5 EC E 3 0 7 C1 2E 56
Octal 313 345 354 16 3 0 7 301 56 126
Binary 11001011 11100101 11101100 1110 11 0 111 11000001 101110 1010110

Color Harmonies of #CBE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5EC

Black with #CBE5EC

Text Example


Text Example

White with #CBE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5EC; }

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

 H1.HeaderClassName
 {
   color: #CBE5EC;
 }
 .AnyTagClassName
 {
   color: #CBE5EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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