#CFF0FE

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

Shades of Pattens Blue #CFF0FE

Tints of Pattens Blue #CFF0FE

Color information

#CFF0FE (or 0xCFF0FE) is unknown color: approx Pattens Blue. HEX triplet: CF, F0 and FE. RGB value is (207,240,254). Sum of RGB (Red+Green+Blue) = 207+240+254=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0FE is #300F01. Grayscale: #E7E7E7. Windows color (decimal): -3149570 or 16707791. OLE color: 16707791.

HSL color Cylindrical-coordinate representation of color #CFF0FE: hue angle of 197.87º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF0FE is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207240254-
CMYK0.190.0600.00
HSL197.87º95.92%90.39%-
HSV(B)197.87º18.5%99.61%-
XYZ74.7882.74105.8-
YUV231.73140.57110.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.53%
GREEN value IS 240 (94.14% from 255) = 34.24%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=29.53%
G=34.24%
B=36.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072402540.190.0600.00197.8795.9290.39
HexCFF0FE13600c6605a
Octal31736037623600306140132
Binary11001111111100001111111010011110001100011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0FE; }

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

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

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

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

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

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

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

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