Html Css Color HEX #CBE2EA Pattens Blue

📋 copy color: '#CBE2EA'

red 203 ◦ green 226 ◦ blue 234

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

Shades of Pattens Blue #CBE2EA

Tints of Pattens Blue #CBE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.09%

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

R = 30.62%
G = 34.09%
B = 35.29%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBE2EA (or 0xCBE2EA) is known color: Pattens Blue. HEX triplet: CB, E2 and EA. RGB value is (203,226,234). Sum of RGB (Red+Green+Blue) = 203+226+234=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2EA is #341D15. Grayscale: #DBDBDB. Windows color (decimal): -3415318 or 15393483. OLE color: 15393483.

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

Color convert

RGB 203 226 234 -
CMYK 0.13 0.03 0 0.08
HSL 195.48º 0.42% 0.86% -
HSV(B) 195.48º 0.13% 0.92% -
XYZ 66.68 73.03 88.42 -
YUV 220.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 203 226 234 0.13 0.03 0 0.08 195.48 0.42 0.86
Hex CB E2 EA D 3 0 8 C3 2A 56
Octal 313 342 352 15 3 0 10 303 52 126
Binary 11001011 11100010 11101010 1101 11 0 1000 11000011 101010 1010110

Color Harmonies of #CBE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2EA

Black with #CBE2EA

Text Example


Text Example

White with #CBE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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