#CFEDFC

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

Shades of Pattens Blue #CFEDFC

Tints of Pattens Blue #CFEDFC

Color information

#CFEDFC (or 0xCFEDFC) is unknown color: approx Pattens Blue. HEX triplet: CF, ED and FC. RGB value is (207,237,252). Sum of RGB (Red+Green+Blue) = 207+237+252=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDFC is #301203. Grayscale: #E5E5E5. Windows color (decimal): -3150340 or 16575951. OLE color: 16575951.

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

Color convert

RGB207237252-
CMYK0.180.0600.01
HSL200º88.24%90%-
HSV(B)200º17.86%98.82%-
XYZ73.5980.86103.82-
YUV229.74140.56111.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.74%
GREEN value IS 237 (92.97% from 255) = 34.05%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=29.74%
G=34.05%
B=36.21%

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
Decimal2072372520.180.0600.0120088.2490
HexCFEDFC12601c8585a
Octal31735537422601310130132
Binary11001111111011011111110010010110011100100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDFC; }

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

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

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

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

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

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

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

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