#CBE3EF

Color #CBE3EF Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CBE3EF

Tints of Pattens Blue #CBE3EF

Color information

#CBE3EF (or 0xCBE3EF) is unknown color: approx Pattens Blue. HEX triplet: CB, E3 and EF. RGB value is (203,227,239). Sum of RGB (Red+Green+Blue) = 203+227+239=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE3EF is #341C10. Grayscale: #DDDDDD. Windows color (decimal): -3415057 or 15721419. OLE color: 15721419.

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

Color convert

RGB203227239-
CMYK0.150.0500.06
HSL200º52.94%86.67%-
HSV(B)200º15.06%93.73%-
XYZ67.6873.8792.35-
YUV221.19138.05115.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=30.34%
G=33.93%
B=35.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032272390.150.0500.0620052.9486.67
HexCBE3EFF506c83557
Octal3133433571750631065127
Binary11001011111000111110111111111010110110010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3EF; }

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

 H1.HeaderClassName
 {
   color: #CBE3EF;
 }
 .AnyTagClassName
 {
   color: #CBE3EF;
 }
</style>
background-color css

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

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

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

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

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

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