#C5DFED

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

Shades of Pattens Blue #C5DFED

Tints of Pattens Blue #C5DFED

Color information

#C5DFED (or 0xC5DFED) is unknown color: approx Pattens Blue. HEX triplet: C5, DF and ED. RGB value is (197,223,237). Sum of RGB (Red+Green+Blue) = 197+223+237=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFED is #3A2012. Grayscale: #D8D8D8. Windows color (decimal): -3809299 or 15589317. OLE color: 15589317.

HSL color Cylindrical-coordinate representation of color #C5DFED: hue angle of 201º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DFED is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197223237-
CMYK0.170.0600.07
HSL201º52.63%85.1%-
HSV(B)201º16.88%92.94%-
XYZ64.770.7690.37-
YUV216.82139.39113.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.98%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=29.98%
G=33.94%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972232370.170.0600.0720152.6385.1
HexC5DFED11607c93555
Octal3053373552160731165125
Binary110001011101111111101101100011100111110010011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFED; }

 p { color: rgb(197,223,237); }

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

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

 a { background-color: rgb(197,223,237); }

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

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

 span { border-color: rgb(197,223,237); }

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