#CFEAFD

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

Shades of Pattens Blue #CFEAFD

Tints of Pattens Blue #CFEAFD

Color information

#CFEAFD (or 0xCFEAFD) is unknown color: approx Pattens Blue. HEX triplet: CF, EA and FD. RGB value is (207,234,253). Sum of RGB (Red+Green+Blue) = 207+234+253=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAFD is #301502. Grayscale: #E3E3E3. Windows color (decimal): -3151107 or 16640719. OLE color: 16640719.

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

Color convert

RGB207234253-
CMYK0.180.0800.01
HSL204.78º92%90.2%-
HSV(B)204.78º18.18%99.22%-
XYZ72.8879.2104.37-
YUV228.09142.05112.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.83%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=29.83%
G=33.72%
B=36.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072342530.180.0800.01204.789290.2
HexCFEAFD12801cd5c5a
Octal317352375221001315134132
Binary110011111110101011111101100101000011100110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAFD; }

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

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

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

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

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

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

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

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