Html Css Color HEX #CBE2EE Pattens Blue

📋 copy color: '#CBE2EE'

red 203 ◦ green 226 ◦ blue 238

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

Shades of Pattens Blue #CBE2EE

Tints of Pattens Blue #CBE2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 30.43%
G = 33.88%
B = 35.68%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBE2EE (or 0xCBE2EE) is known color: Pattens Blue. HEX triplet: CB, E2 and EE. RGB value is (203,226,238). Sum of RGB (Red+Green+Blue) = 203+226+238=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2EE is #341D11. Grayscale: #DCDCDC. Windows color (decimal): -3415314 or 15655627. OLE color: 15655627.

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

Color convert

RGB 203 226 238 -
CMYK 0.15 0.05 0 0.07
HSL 200.57º 0.51% 0.86% -
HSV(B) 200.57º 0.15% 0.93% -
XYZ 67.26 73.26 91.49 -
YUV 220.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 203 226 238 0.15 0.05 0 0.07 200.57 0.51 0.86
Hex CB E2 EE F 5 0 7 C9 33 56
Octal 313 342 356 17 5 0 7 311 63 126
Binary 11001011 11100010 11101110 1111 101 0 111 11001001 110011 1010110

Color Harmonies of #CBE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2EE

Black with #CBE2EE

Text Example


Text Example

White with #CBE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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