#CFF0F8

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

Shades of Pattens Blue #CFF0F8

Tints of Pattens Blue #CFF0F8

Color information

#CFF0F8 (or 0xCFF0F8) is unknown color: approx Pattens Blue. HEX triplet: CF, F0 and F8. RGB value is (207,240,248). Sum of RGB (Red+Green+Blue) = 207+240+248=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0F8 is #300F07. Grayscale: #E6E6E6. Windows color (decimal): -3149576 or 16314575. OLE color: 16314575.

HSL color Cylindrical-coordinate representation of color #CFF0F8: hue angle of 191.71º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF0F8 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207240248-
CMYK0.170.0300.03
HSL191.71º74.55%89.22%-
HSV(B)191.71º16.53%97.25%-
XYZ73.8482.36100.81-
YUV231.04137.57110.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=29.78%
G=34.53%
B=35.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072402480.170.0300.03191.7174.5589.22
HexCFF0F811303c04b59
Octal31736037021303300113131
Binary11001111111100001111100010001110111100000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0F8; }

 p { color: rgb(207,240,248); }

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

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

 a { background-color: rgb(207,240,248); }

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

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

 span { border-color: rgb(207,240,248); }

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