#CCF0FE

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

Shades of Pattens Blue #CCF0FE

Tints of Pattens Blue #CCF0FE

Color information

#CCF0FE (or 0xCCF0FE) is unknown color: approx Pattens Blue. HEX triplet: CC, F0 and FE. RGB value is (204,240,254). Sum of RGB (Red+Green+Blue) = 204+240+254=698 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.23% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FE is #330F01. Grayscale: #E6E6E6. Windows color (decimal): -3346178 or 16707788. OLE color: 16707788.

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

Color convert

RGB204240254-
CMYK0.200.0600.00
HSL196.8º96.15%89.8%-
HSV(B)196.8º19.69%99.61%-
XYZ73.9582.31105.76-
YUV230.83141.07108.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.23%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=29.23%
G=34.38%
B=36.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042402540.200.0600.00196.896.1589.8
HexCCF0FE14600c5605a
Octal31436037624600305140132
Binary11001100111100001111111010100110001100010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0FE; }

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

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

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

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

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

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

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

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