#CCF2FE

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

Shades of Pattens Blue #CCF2FE

Tints of Pattens Blue #CCF2FE

Color information

#CCF2FE (or 0xCCF2FE) is unknown color: approx Pattens Blue. HEX triplet: CC, F2 and FE. RGB value is (204,242,254). Sum of RGB (Red+Green+Blue) = 204+242+254=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2FE is #330D01. Grayscale: #E7E7E7. Windows color (decimal): -3345666 or 16708300. OLE color: 16708300.

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

Color convert

RGB204242254-
CMYK0.200.0500.00
HSL194.4º96.15%89.8%-
HSV(B)194.4º19.69%99.61%-
XYZ74.5483.5105.95-
YUV232.01140.41108.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.14%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=29.14%
G=34.57%
B=36.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042422540.200.0500.00194.496.1589.8
HexCCF2FE14500c2605a
Octal31436237624500302140132
Binary11001100111100101111111010100101001100001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2FE; }

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

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

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

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

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

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

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

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