#CFEEFC

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

Shades of Pattens Blue #CFEEFC

Tints of Pattens Blue #CFEEFC

Color information

#CFEEFC (or 0xCFEEFC) is unknown color: approx Pattens Blue. HEX triplet: CF, EE and FC. RGB value is (207,238,252). Sum of RGB (Red+Green+Blue) = 207+238+252=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEFC is #301103. Grayscale: #E6E6E6. Windows color (decimal): -3150084 or 16576207. OLE color: 16576207.

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

Color convert

RGB207238252-
CMYK0.180.0600.01
HSL198.67º88.24%90%-
HSV(B)198.67º17.86%98.82%-
XYZ73.8881.44103.92-
YUV230.33140.23111.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=29.70%
G=34.15%
B=36.15%

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
Decimal2072382520.180.0600.01198.6788.2490
HexCFEEFC12601c7585a
Octal31735637422601307130132
Binary11001111111011101111110010010110011100011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEFC; }

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

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

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

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

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

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

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

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