#ccf0ff

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

Shades of Pattens Blue #CCF0FF

Tints of Pattens Blue #CCF0FF

Color information

#CCF0FF (or 0xCCF0FF) is unknown color: approx Pattens Blue. HEX triplet: CC, F0 and FF. RGB value is (204,240,255). Sum of RGB (Red+Green+Blue) = 204+240+255=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FF is #330F00. Grayscale: #E6E6E6. Windows color (decimal): -3346177 or 16773324. OLE color: 16773324.

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

Color convert

RGB204240255-
CMYK0.20.0600
HSL197.65º100%90%-
HSV(B)197.65º20%100%-
XYZ74.1182.38106.6-
YUV230.95141.57108.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.18%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 255 (100% from 255) = 36.48%
R=29.18%
G=34.33%
B=36.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042402550.20.0600197.6510090
HexCCF0FF14600c6645a
Octal31436037724600306144132
Binary11001100111100001111111110100110001100011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf0ff; }

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

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

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

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

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

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

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

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