Html Css Color HEX #CBE0EF Pattens Blue

📋 copy color: '#CBE0EF'

red 203 ◦ green 224 ◦ blue 239

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

Shades of Pattens Blue #CBE0EF

Tints of Pattens Blue #CBE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.63%

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

R = 30.48%
G = 33.63%
B = 35.89%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBE0EF (or 0xCBE0EF) is known color: Pattens Blue. HEX triplet: CB, E0 and EF. RGB value is (203,224,239). Sum of RGB (Red+Green+Blue) = 203+224+239=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0EF is #341F10. Grayscale: #DBDBDB. Windows color (decimal): -3415825 or 15720651. OLE color: 15720651.

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

Color convert

RGB 203 224 239 -
CMYK 0.15 0.06 0 0.06
HSL 205º 0.53% 0.87% -
HSV(B) 205º 0.15% 0.94% -
XYZ 66.86 72.24 92.08 -
YUV 219.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 203 224 239 0.15 0.06 0 0.06 205 0.53 0.87
Hex CB E0 EF F 6 0 6 CD 35 57
Octal 313 340 357 17 6 0 6 315 65 127
Binary 11001011 11100000 11101111 1111 110 0 110 11001101 110101 1010111

Color Harmonies of #CBE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0EF

Black with #CBE0EF

Text Example


Text Example

White with #CBE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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