#CFE5EC

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

Shades of Pattens Blue #CFE5EC

Tints of Pattens Blue #CFE5EC

Color information

#CFE5EC (or 0xCFE5EC) is unknown color: approx Pattens Blue. HEX triplet: CF, E5 and EC. RGB value is (207,229,236). Sum of RGB (Red+Green+Blue) = 207+229+236=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5EC is #301A13. Grayscale: #DFDFDF. Windows color (decimal): -3152404 or 15525327. OLE color: 15525327.

HSL color Cylindrical-coordinate representation of color #CFE5EC: hue angle of 194.48º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE5EC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207229236-
CMYK0.120.0300.07
HSL194.48º43.28%86.86%-
HSV(B)194.48º12.29%92.55%-
XYZ68.8975.3690.27-
YUV223.22135.21116.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 229 (89.84% from 255) = 34.08%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=30.80%
G=34.08%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072292360.120.0300.07194.4843.2886.86
HexCFE5ECC307c22b57
Octal3173453541430730253127
Binary1100111111100101111011001100110111110000101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5EC; }

 p { color: rgb(207,229,236); }

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

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

 a { background-color: rgb(207,229,236); }

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

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

 span { border-color: rgb(207,229,236); }

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