#CFECF9

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

Shades of Pattens Blue #CFECF9

Tints of Pattens Blue #CFECF9

Color information

#CFECF9 (or 0xCFECF9) is unknown color: approx Pattens Blue. HEX triplet: CF, EC and F9. RGB value is (207,236,249). Sum of RGB (Red+Green+Blue) = 207+236+249=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECF9 is #301306. Grayscale: #E4E4E4. Windows color (decimal): -3150599 or 16379087. OLE color: 16379087.

HSL color Cylindrical-coordinate representation of color #CFECF9: hue angle of 198.57º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFECF9 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207236249-
CMYK0.170.0500.02
HSL198.57º77.78%89.41%-
HSV(B)198.57º16.87%97.65%-
XYZ72.8380.1101.24-
YUV228.81139.39112.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.91%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 249 (97.66% from 255) = 35.98%
R=29.91%
G=34.10%
B=35.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072362490.170.0500.02198.5777.7889.41
HexCFECF911502c74e59
Octal31735437121502307116131
Binary110011111110110011111001100011010101100011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECF9; }

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

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

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

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

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

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

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

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