Html Css Color HEX #CBE1EE Pattens Blue

📋 copy color: '#CBE1EE'

red 203 ◦ green 225 ◦ blue 238

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

Shades of Pattens Blue #CBE1EE

Tints of Pattens Blue #CBE1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.78%

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

R = 30.48%
G = 33.78%
B = 35.74%

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

#CBE1EE (or 0xCBE1EE) is known color: Pattens Blue. HEX triplet: CB, E1 and EE. RGB value is (203,225,238). Sum of RGB (Red+Green+Blue) = 203+225+238=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1EE is #341E11. Grayscale: #DBDBDB. Windows color (decimal): -3415570 or 15655371. OLE color: 15655371.

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

Color convert

RGB 203 225 238 -
CMYK 0.15 0.05 0 0.07
HSL 202.29º 0.51% 0.86% -
HSV(B) 202.29º 0.15% 0.93% -
XYZ 66.99 72.72 91.39 -
YUV 219.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 203 225 238 0.15 0.05 0 0.07 202.29 0.51 0.86
Hex CB E1 EE F 5 0 7 CA 33 56
Octal 313 341 356 17 5 0 7 312 63 126
Binary 11001011 11100001 11101110 1111 101 0 111 11001010 110011 1010110

Color Harmonies of #CBE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1EE

Black with #CBE1EE

Text Example


Text Example

White with #CBE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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