#CFECFC

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

Shades of Pattens Blue #CFECFC

Tints of Pattens Blue #CFECFC

Color information

#CFECFC (or 0xCFECFC) is unknown color: approx Pattens Blue. HEX triplet: CF, EC and FC. RGB value is (207,236,252). Sum of RGB (Red+Green+Blue) = 207+236+252=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECFC is #301303. Grayscale: #E5E5E5. Windows color (decimal): -3150596 or 16575695. OLE color: 16575695.

HSL color Cylindrical-coordinate representation of color #CFECFC: hue angle of 201.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFECFC is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207236252-
CMYK0.180.0600.01
HSL201.33º88.24%90%-
HSV(B)201.33º17.86%98.82%-
XYZ73.380.28103.73-
YUV229.15140.89112.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=29.78%
G=33.96%
B=36.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072362520.180.0600.01201.3388.2490
HexCFECFC12601c9585a
Octal31735437422601311130132
Binary11001111111011001111110010010110011100100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECFC; }

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

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

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

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

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

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

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

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