Html Css Color HEX #CBE3ED Pattens Blue

📋 copy color: '#CBE3ED'

red 203 ◦ green 227 ◦ blue 237

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

Shades of Pattens Blue #CBE3ED

Tints of Pattens Blue #CBE3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.53%

R = 30.43%
G = 34.03%
B = 35.53%

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

#CBE3ED (or 0xCBE3ED) is known color: Pattens Blue. HEX triplet: CB, E3 and ED. RGB value is (203,227,237). Sum of RGB (Red+Green+Blue) = 203+227+237=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3ED is #341C12. Grayscale: #DCDCDC. Windows color (decimal): -3415059 or 15590347. OLE color: 15590347.

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

Color convert

RGB 203 227 237 -
CMYK 0.14 0.04 0 0.07
HSL 197.65º 0.49% 0.86% -
HSV(B) 197.65º 0.14% 0.93% -
XYZ 67.38 73.75 90.8 -
YUV 220.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 203 227 237 0.14 0.04 0 0.07 197.65 0.49 0.86
Hex CB E3 ED E 4 0 7 C6 31 56
Octal 313 343 355 16 4 0 7 306 61 126
Binary 11001011 11100011 11101101 1110 100 0 111 11000110 110001 1010110

Color Harmonies of #CBE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3ED

Black with #CBE3ED

Text Example


Text Example

White with #CBE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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