Html Css Color HEX #CBE5EF Pattens Blue

📋 copy color: '#CBE5EF'

red 203 ◦ green 229 ◦ blue 239

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

Shades of Pattens Blue #CBE5EF

Tints of Pattens Blue #CBE5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.13%

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 30.25%
G = 34.13%
B = 35.62%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBE5EF (or 0xCBE5EF) is known color: Pattens Blue. HEX triplet: CB, E5 and EF. RGB value is (203,229,239). Sum of RGB (Red+Green+Blue) = 203+229+239=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5EF is #341A10. Grayscale: #DEDEDE. Windows color (decimal): -3414545 or 15721931. OLE color: 15721931.

HSL color Cylindrical-coordinate representation of color #CBE5EF: hue angle of 196.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE5EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 229 239 -
CMYK 0.15 0.04 0 0.06
HSL 196.67º 0.53% 0.87% -
HSV(B) 196.67º 0.15% 0.94% -
XYZ 68.23 74.97 92.54 -
YUV 222.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 203 229 239 0.15 0.04 0 0.06 196.67 0.53 0.87
Hex CB E5 EF F 4 0 6 C5 35 57
Octal 313 345 357 17 4 0 6 305 65 127
Binary 11001011 11100101 11101111 1111 100 0 110 11000101 110101 1010111

Color Harmonies of #CBE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5EF

Black with #CBE5EF

Text Example


Text Example

White with #CBE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5EF; }

 p { color: rgb(203,229,239); }

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

background-color css

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

 a { background-color: rgb(203,229,239); }

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

border-color css

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

 span { border-color: rgb(203,229,239); }

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