#CDEDFC

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

Shades of Pattens Blue #CDEDFC

Tints of Pattens Blue #CDEDFC

Color information

#CDEDFC (or 0xCDEDFC) is unknown color: approx Pattens Blue. HEX triplet: CD, ED and FC. RGB value is (205,237,252). Sum of RGB (Red+Green+Blue) = 205+237+252=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDFC is #321203. Grayscale: #E5E5E5. Windows color (decimal): -3281412 or 16575949. OLE color: 16575949.

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

Color convert

RGB205237252-
CMYK0.190.0600.01
HSL199.15º88.68%89.61%-
HSV(B)199.15º18.65%98.82%-
XYZ73.0380.58103.8-
YUV229.14140.9110.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.54%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=29.54%
G=34.15%
B=36.31%

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
Decimal2052372520.190.0600.01199.1588.6889.61
HexCDEDFC13601c7595a
Octal31535537423601307131132
Binary11001101111011011111110010011110011100011110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDFC; }

 p { color: rgb(205,237,252); }

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

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

 a { background-color: rgb(205,237,252); }

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

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

 span { border-color: rgb(205,237,252); }

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