#CFECFD

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

Shades of Pattens Blue #CFECFD

Tints of Pattens Blue #CFECFD

Color information

#CFECFD (or 0xCFECFD) is unknown color: approx Pattens Blue. HEX triplet: CF, EC and FD. RGB value is (207,236,253). Sum of RGB (Red+Green+Blue) = 207+236+253=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECFD is #301302. Grayscale: #E5E5E5. Windows color (decimal): -3150595 or 16641231. OLE color: 16641231.

HSL color Cylindrical-coordinate representation of color #CFECFD: hue angle of 202.17º degrees, saturation: 0.92, 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 #CFECFD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207236253-
CMYK0.180.0700.01
HSL202.17º92%90.2%-
HSV(B)202.17º18.18%99.22%-
XYZ73.4680.35104.57-
YUV229.27141.39112.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.74%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=29.74%
G=33.91%
B=36.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072362530.180.0700.01202.179290.2
HexCFECFD12701ca5c5a
Octal31735437522701312134132
Binary11001111111011001111110110010111011100101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECFD; }

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

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

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

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

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

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

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

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