#CFF0FD

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

Shades of Pattens Blue #CFF0FD

Tints of Pattens Blue #CFF0FD

Color information

#CFF0FD (or 0xCFF0FD) is unknown color: approx Pattens Blue. HEX triplet: CF, F0 and FD. RGB value is (207,240,253). Sum of RGB (Red+Green+Blue) = 207+240+253=700 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.57% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0FD is #300F02. Grayscale: #E7E7E7. Windows color (decimal): -3149571 or 16642255. OLE color: 16642255.

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

Color convert

RGB207240253-
CMYK0.180.0500.01
HSL196.96º92%90.2%-
HSV(B)196.96º18.18%99.22%-
XYZ74.6282.68104.95-
YUV231.62140.07110.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.57%
GREEN value IS 240 (94.14% from 255) = 34.29%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=29.57%
G=34.29%
B=36.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072402530.180.0500.01196.969290.2
HexCFF0FD12501c55c5a
Octal31736037522501305134132
Binary11001111111100001111110110010101011100010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0FD; }

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

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

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

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

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

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

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

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