#CCEFFD

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

Shades of Pattens Blue #CCEFFD

Tints of Pattens Blue #CCEFFD

Color information

#CCEFFD (or 0xCCEFFD) is unknown color: approx Pattens Blue. HEX triplet: CC, EF and FD. RGB value is (204,239,253). Sum of RGB (Red+Green+Blue) = 204+239+253=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFFD is #331002. Grayscale: #E6E6E6. Windows color (decimal): -3346435 or 16641996. OLE color: 16641996.

HSL color Cylindrical-coordinate representation of color #CCEFFD: hue angle of 197.14º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEFFD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204239253-
CMYK0.190.0600.01
HSL197.14º92.45%89.61%-
HSV(B)197.14º19.37%99.22%-
XYZ73.581.66104.82-
YUV230.13140.9109.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.31%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 253 (99.22% from 255) = 36.35%
R=29.31%
G=34.34%
B=36.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042392530.190.0600.01197.1492.4589.61
HexCCEFFD13601c55c5a
Octal31435737523601305134132
Binary11001100111011111111110110011110011100010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFFD; }

 p { color: rgb(204,239,253); }

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

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

 a { background-color: rgb(204,239,253); }

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

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

 span { border-color: rgb(204,239,253); }

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