Html Css Color HEX #CBE5EA Onahau

📋 copy color: '#CBE5EA'

red 203 ◦ green 229 ◦ blue 234

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

Shades of Onahau #CBE5EA

Tints of Onahau #CBE5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 30.48%
G = 34.38%
B = 35.14%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBE5EA (or 0xCBE5EA) is known color: Onahau. HEX triplet: CB, E5 and EA. RGB value is (203,229,234). Sum of RGB (Red+Green+Blue) = 203+229+234=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5EA is #341A15. Grayscale: #DDDDDD. Windows color (decimal): -3414550 or 15394251. OLE color: 15394251.

HSL color Cylindrical-coordinate representation of color #CBE5EA: hue angle of 189.68º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE5EA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 229 234 -
CMYK 0.13 0.02 0 0.08
HSL 189.68º 0.42% 0.86% -
HSV(B) 189.68º 0.13% 0.92% -
XYZ 67.5 74.68 88.7 -
YUV 221.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 203 229 234 0.13 0.02 0 0.08 189.68 0.42 0.86
Hex CB E5 EA D 2 0 8 BE 2A 56
Octal 313 345 352 15 2 0 10 276 52 126
Binary 11001011 11100101 11101010 1101 10 0 1000 10111110 101010 1010110

Color Harmonies of #CBE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5EA

Black with #CBE5EA

Text Example


Text Example

White with #CBE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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