#CCF2FF

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

Shades of Pattens Blue #CCF2FF

Tints of Pattens Blue #CCF2FF

Color information

#CCF2FF (or 0xCCF2FF) is unknown color: approx Pattens Blue. HEX triplet: CC, F2 and FF. RGB value is (204,242,255). Sum of RGB (Red+Green+Blue) = 204+242+255=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2FF is #330D00. Grayscale: #E8E8E8. Windows color (decimal): -3345665 or 16773836. OLE color: 16773836.

HSL color Cylindrical-coordinate representation of color #CCF2FF: hue angle of 195.29º 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 #CCF2FF is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204242255-
CMYK0.20.0500
HSL195.29º100%90%-
HSV(B)195.29º20%100%-
XYZ74.783.56106.8-
YUV232.12140.91107.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 255 (100% from 255) = 36.38%
R=29.10%
G=34.52%
B=36.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042422550.20.0500195.2910090
HexCCF2FF14500c3645a
Octal31436237724500303144132
Binary11001100111100101111111110100101001100001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2FF; }

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

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

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

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

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

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

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

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