#CCF0FA

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

Shades of Pattens Blue #CCF0FA

Tints of Pattens Blue #CCF0FA

Color information

#CCF0FA (or 0xCCF0FA) is unknown color: approx Pattens Blue. HEX triplet: CC, F0 and FA. RGB value is (204,240,250). Sum of RGB (Red+Green+Blue) = 204+240+250=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FA is #330F05. Grayscale: #E6E6E6. Windows color (decimal): -3346182 or 16445644. OLE color: 16445644.

HSL color Cylindrical-coordinate representation of color #CCF0FA: hue angle of 193.04º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF0FA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204240250-
CMYK0.180.0400.02
HSL193.04º82.14%89.02%-
HSV(B)193.04º18.4%98.04%-
XYZ73.3282.06102.42-
YUV230.38139.07109.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.39%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=29.39%
G=34.58%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042402500.180.0400.02193.0482.1489.02
HexCCF0FA12402c15259
Octal31436037222402301122131
Binary110011001111000011111010100101000101100000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0FA; }

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

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

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

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

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

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

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

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