#CCF0FB

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

Shades of Pattens Blue #CCF0FB

Tints of Pattens Blue #CCF0FB

Color information

#CCF0FB (or 0xCCF0FB) is unknown color: approx Pattens Blue. HEX triplet: CC, F0 and FB. RGB value is (204,240,251). Sum of RGB (Red+Green+Blue) = 204+240+251=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FB is #330F04. Grayscale: #E6E6E6. Windows color (decimal): -3346181 or 16511180. OLE color: 16511180.

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

Color convert

RGB204240251-
CMYK0.190.0400.02
HSL194.04º85.45%89.22%-
HSV(B)194.04º18.73%98.43%-
XYZ73.4782.12103.25-
YUV230.49139.57109.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.35%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=29.35%
G=34.53%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042402510.190.0400.02194.0485.4589.22
HexCCF0FB13402c25559
Octal31436037323402302125131
Binary110011001111000011111011100111000101100001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0FB; }

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

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

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

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

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

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

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

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