#CDEDFA

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

Shades of Pattens Blue #CDEDFA

Tints of Pattens Blue #CDEDFA

Color information

#CDEDFA (or 0xCDEDFA) is unknown color: approx Pattens Blue. HEX triplet: CD, ED and FA. RGB value is (205,237,250). Sum of RGB (Red+Green+Blue) = 205+237+250=692 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.62% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDFA is #321205. Grayscale: #E4E4E4. Windows color (decimal): -3281414 or 16444877. OLE color: 16444877.

HSL color Cylindrical-coordinate representation of color #CDEDFA: hue angle of 197.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEDFA is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205237250-
CMYK0.180.0500.02
HSL197.33º81.82%89.22%-
HSV(B)197.33º18%98.04%-
XYZ72.7280.45102.14-
YUV228.91139.9110.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.62%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=29.62%
G=34.25%
B=36.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052372500.180.0500.02197.3381.8289.22
HexCDEDFA12502c55259
Octal31535537222502305122131
Binary110011011110110111111010100101010101100010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDFA; }

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

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

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

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

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

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

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

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