#CCF3FE

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

Shades of Pattens Blue #CCF3FE

Tints of Pattens Blue #CCF3FE

Color information

#CCF3FE (or 0xCCF3FE) is unknown color: approx Pattens Blue. HEX triplet: CC, F3 and FE. RGB value is (204,243,254). Sum of RGB (Red+Green+Blue) = 204+243+254=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3FE is #330C01. Grayscale: #E8E8E8. Windows color (decimal): -3345410 or 16708556. OLE color: 16708556.

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

Color convert

RGB204243254-
CMYK0.200.0400.00
HSL193.2º96.15%89.8%-
HSV(B)193.2º19.69%99.61%-
XYZ74.8484.09106.05-
YUV232.59140.08107.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.10%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=29.10%
G=34.66%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042432540.200.0400.00193.296.1589.8
HexCCF3FE14400c1605a
Octal31436337624400301140132
Binary11001100111100111111111010100100001100000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3FE; }

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

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

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

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

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

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

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

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