Html Css Color HEX #CBE3EE Pattens Blue

📋 copy color: '#CBE3EE'

red 203 ◦ green 227 ◦ blue 238

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

Shades of Pattens Blue #CBE3EE

Tints of Pattens Blue #CBE3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.98%

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

R = 30.39%
G = 33.98%
B = 35.63%

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

#CBE3EE (or 0xCBE3EE) is known color: Pattens Blue. HEX triplet: CB, E3 and EE. RGB value is (203,227,238). Sum of RGB (Red+Green+Blue) = 203+227+238=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3EE is #341C11. Grayscale: #DDDDDD. Windows color (decimal): -3415058 or 15655883. OLE color: 15655883.

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

Color convert

RGB 203 227 238 -
CMYK 0.15 0.05 0 0.07
HSL 198.86º 0.51% 0.86% -
HSV(B) 198.86º 0.15% 0.93% -
XYZ 67.53 73.81 91.58 -
YUV 221.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 203 227 238 0.15 0.05 0 0.07 198.86 0.51 0.86
Hex CB E3 EE F 5 0 7 C7 33 56
Octal 313 343 356 17 5 0 7 307 63 126
Binary 11001011 11100011 11101110 1111 101 0 111 11000111 110011 1010110

Color Harmonies of #CBE3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3EE

Black with #CBE3EE

Text Example


Text Example

White with #CBE3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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