#CCF4FF

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

Shades of Pattens Blue #CCF4FF

Tints of Pattens Blue #CCF4FF

Color information

#CCF4FF (or 0xCCF4FF) is unknown color: approx Pattens Blue. HEX triplet: CC, F4 and FF. RGB value is (204,244,255). Sum of RGB (Red+Green+Blue) = 204+244+255=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF4FF is #330B00. Grayscale: #E9E9E9. Windows color (decimal): -3345153 or 16774348. OLE color: 16774348.

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

Color convert

RGB204244255-
CMYK0.20.0400
HSL192.94º100%90%-
HSV(B)192.94º20%100%-
XYZ75.384.76107-
YUV233.29140.25107.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.02%
GREEN value IS 244 (95.70% from 255) = 34.71%
BLUE value IS 255 (100% from 255) = 36.27%
R=29.02%
G=34.71%
B=36.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042442550.20.0400192.9410090
HexCCF4FF14400c1645a
Octal31436437724400301144132
Binary11001100111101001111111110100100001100000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4FF; }

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

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

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

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

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

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

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

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