Html Css Color HEX #CBE2EC Pattens Blue

📋 copy color: '#CBE2EC'

red 203 ◦ green 226 ◦ blue 236

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

Shades of Pattens Blue #CBE2EC

Tints of Pattens Blue #CBE2EC

RGB

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

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

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

R = 30.53%
G = 33.98%
B = 35.49%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBE2EC (or 0xCBE2EC) is known color: Pattens Blue. HEX triplet: CB, E2 and EC. RGB value is (203,226,236). Sum of RGB (Red+Green+Blue) = 203+226+236=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2EC is #341D13. Grayscale: #DCDCDC. Windows color (decimal): -3415316 or 15524555. OLE color: 15524555.

HSL color Cylindrical-coordinate representation of color #CBE2EC: hue angle of 198.18º 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 #CBE2EC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 226 236 -
CMYK 0.14 0.04 0 0.07
HSL 198.18º 0.46% 0.86% -
HSV(B) 198.18º 0.14% 0.93% -
XYZ 66.97 73.15 89.95 -
YUV 220.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 203 226 236 0.14 0.04 0 0.07 198.18 0.46 0.86
Hex CB E2 EC E 4 0 7 C6 2E 56
Octal 313 342 354 16 4 0 7 306 56 126
Binary 11001011 11100010 11101100 1110 100 0 111 11000110 101110 1010110

Color Harmonies of #CBE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2EC

Black with #CBE2EC

Text Example


Text Example

White with #CBE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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