#CCEDFD

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

Shades of Pattens Blue #CCEDFD

Tints of Pattens Blue #CCEDFD

Color information

#CCEDFD (or 0xCCEDFD) is unknown color: approx Pattens Blue. HEX triplet: CC, ED and FD. RGB value is (204,237,253). Sum of RGB (Red+Green+Blue) = 204+237+253=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDFD is #331202. Grayscale: #E4E4E4. Windows color (decimal): -3346947 or 16641484. OLE color: 16641484.

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

Color convert

RGB204237253-
CMYK0.190.0600.01
HSL199.59º92.45%89.61%-
HSV(B)199.59º19.37%99.22%-
XYZ72.9280.5104.62-
YUV228.96141.57110.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.39%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=29.39%
G=34.15%
B=36.46%

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
Decimal2042372530.190.0600.01199.5992.4589.61
HexCCEDFD13601c85c5a
Octal31435537523601310134132
Binary11001100111011011111110110011110011100100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDFD; }

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

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

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

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

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

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

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

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