#CCF1FE

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

Shades of Pattens Blue #CCF1FE

Tints of Pattens Blue #CCF1FE

Color information

#CCF1FE (or 0xCCF1FE) is unknown color: approx Pattens Blue. HEX triplet: CC, F1 and FE. RGB value is (204,241,254). Sum of RGB (Red+Green+Blue) = 204+241+254=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1FE is #330E01. Grayscale: #E7E7E7. Windows color (decimal): -3345922 or 16708044. OLE color: 16708044.

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

Color convert

RGB204241254-
CMYK0.200.0500.00
HSL195.6º96.15%89.8%-
HSV(B)195.6º19.69%99.61%-
XYZ74.2582.9105.85-
YUV231.42140.74108.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.18%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=29.18%
G=34.48%
B=36.34%

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
Decimal2042412540.200.0500.00195.696.1589.8
HexCCF1FE14500c4605a
Octal31436137624500304140132
Binary11001100111100011111111010100101001100010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1FE; }

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

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

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

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

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

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

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

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