#CFEAFA

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

Shades of Pattens Blue #CFEAFA

Tints of Pattens Blue #CFEAFA

Color information

#CFEAFA (or 0xCFEAFA) is unknown color: approx Pattens Blue. HEX triplet: CF, EA and FA. RGB value is (207,234,250). Sum of RGB (Red+Green+Blue) = 207+234+250=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAFA is #301505. Grayscale: #E3E3E3. Windows color (decimal): -3151110 or 16444111. OLE color: 16444111.

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

Color convert

RGB207234250-
CMYK0.170.0600.02
HSL202.33º81.13%89.61%-
HSV(B)202.33º17.2%98.04%-
XYZ72.4179.01101.88-
YUV227.75140.55113.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.96%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=29.96%
G=33.86%
B=36.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072342500.170.0600.02202.3381.1389.61
HexCFEAFA11602ca515a
Octal31735237221602312121132
Binary110011111110101011111010100011100101100101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAFA; }

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

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

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

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

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

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

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

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