#CFEDFA

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

Shades of Pattens Blue #CFEDFA

Tints of Pattens Blue #CFEDFA

Color information

#CFEDFA (or 0xCFEDFA) is unknown color: approx Pattens Blue. HEX triplet: CF, ED and FA. RGB value is (207,237,250). Sum of RGB (Red+Green+Blue) = 207+237+250=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDFA is #301205. Grayscale: #E5E5E5. Windows color (decimal): -3150342 or 16444879. OLE color: 16444879.

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

Color convert

RGB207237250-
CMYK0.170.0500.02
HSL198.14º81.13%89.61%-
HSV(B)198.14º17.2%98.04%-
XYZ73.2780.74102.16-
YUV229.51139.56111.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.83%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=29.83%
G=34.15%
B=36.02%

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
Decimal2072372500.170.0500.02198.1481.1389.61
HexCFEDFA11502c6515a
Octal31735537221502306121132
Binary110011111110110111111010100011010101100011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDFA; }

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

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

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

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

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

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

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

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