#CFEEFD

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

Shades of Pattens Blue #CFEEFD

Tints of Pattens Blue #CFEEFD

Color information

#CFEEFD (or 0xCFEEFD) is unknown color: approx Pattens Blue. HEX triplet: CF, EE and FD. RGB value is (207,238,253). Sum of RGB (Red+Green+Blue) = 207+238+253=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFD is #301102. Grayscale: #E6E6E6. Windows color (decimal): -3150083 or 16641743. OLE color: 16641743.

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

Color convert

RGB207238253-
CMYK0.180.0600.01
HSL199.57º92%90.2%-
HSV(B)199.57º18.18%99.22%-
XYZ74.0481.51104.76-
YUV230.44140.73111.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.66%
GREEN value IS 238 (93.36% from 255) = 34.10%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=29.66%
G=34.10%
B=36.25%

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
Decimal2072382530.180.0600.01199.579290.2
HexCFEEFD12601c85c5a
Octal31735637522601310134132
Binary11001111111011101111110110010110011100100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEFD; }

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

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

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

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

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

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

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

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