#CCF0FC

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

Shades of Pattens Blue #CCF0FC

Tints of Pattens Blue #CCF0FC

Color information

#CCF0FC (or 0xCCF0FC) is unknown color: approx Pattens Blue. HEX triplet: CC, F0 and FC. RGB value is (204,240,252). Sum of RGB (Red+Green+Blue) = 204+240+252=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FC is #330F03. Grayscale: #E6E6E6. Windows color (decimal): -3346180 or 16576716. OLE color: 16576716.

HSL color Cylindrical-coordinate representation of color #CCF0FC: hue angle of 195º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF0FC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204240252-
CMYK0.190.0500.01
HSL195º88.89%89.41%-
HSV(B)195º19.05%98.82%-
XYZ73.6382.19104.08-
YUV230.6140.07109.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.31%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=29.31%
G=34.48%
B=36.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042402520.190.0500.0119588.8989.41
HexCCF0FC13501c35959
Octal31436037423501303131131
Binary11001100111100001111110010011101011100001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0FC; }

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

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

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

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

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

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

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

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