#CCEEFD

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

Shades of Pattens Blue #CCEEFD

Tints of Pattens Blue #CCEEFD

Color information

#CCEEFD (or 0xCCEEFD) is unknown color: approx Pattens Blue. HEX triplet: CC, EE and FD. RGB value is (204,238,253). Sum of RGB (Red+Green+Blue) = 204+238+253=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFD is #331102. Grayscale: #E5E5E5. Windows color (decimal): -3346691 or 16641740. OLE color: 16641740.

HSL color Cylindrical-coordinate representation of color #CCEEFD: hue angle of 198.37º 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 #CCEEFD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204238253-
CMYK0.190.0600.01
HSL198.37º92.45%89.61%-
HSV(B)198.37º19.37%99.22%-
XYZ73.2181.08104.72-
YUV229.54141.24109.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.35%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=29.35%
G=34.24%
B=36.40%

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
Decimal2042382530.190.0600.01198.3792.4589.61
HexCCEEFD13601c65c5a
Octal31435637523601306134132
Binary11001100111011101111110110011110011100011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEFD; }

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

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

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

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

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

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

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

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