Html Css Color HEX #CBE4ED Pattens Blue

📋 copy color: '#CBE4ED'

red 203 ◦ green 228 ◦ blue 237

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

Shades of Pattens Blue #CBE4ED

Tints of Pattens Blue #CBE4ED

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.13%

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

R = 30.39%
G = 34.13%
B = 35.48%

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

#CBE4ED (or 0xCBE4ED) is known color: Pattens Blue. HEX triplet: CB, E4 and ED. RGB value is (203,228,237). Sum of RGB (Red+Green+Blue) = 203+228+237=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE4ED is #341B12. Grayscale: #DDDDDD. Windows color (decimal): -3414803 or 15590603. OLE color: 15590603.

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

Color convert

RGB 203 228 237 -
CMYK 0.14 0.04 0 0.07
HSL 195.88º 0.49% 0.86% -
HSV(B) 195.88º 0.14% 0.93% -
XYZ 67.66 74.3 90.9 -
YUV 221.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 203 228 237 0.14 0.04 0 0.07 195.88 0.49 0.86
Hex CB E4 ED E 4 0 7 C4 31 56
Octal 313 344 355 16 4 0 7 304 61 126
Binary 11001011 11100100 11101101 1110 100 0 111 11000100 110001 1010110

Color Harmonies of #CBE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4ED

Black with #CBE4ED

Text Example


Text Example

White with #CBE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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