Html Css Color HEX #5DAED2 Picton Blue

📋 copy color: '#5DAED2'

red 93 ◦ green 174 ◦ blue 210

#5DAED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5DAED2

Tints of Picton Blue #5DAED2

RGB

 RED value IS 93 (36.72% from 255) = 19.5%

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 19.5%
G = 36.48%
B = 44.03%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5DAED2 (or 0x5DAED2) is known color: Picton Blue. HEX triplet: 5D, AE and D2. RGB value is (93,174,210). Sum of RGB (Red+Green+Blue) = 93+174+210=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #5DAED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAED2 is #A2512D. Grayscale: #999999. Windows color (decimal): -10637614 or 13807197. OLE color: 13807197.

HSL color Cylindrical-coordinate representation of color #5DAED2: hue angle of 198.46º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DAED2 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 174 210 -
CMYK 0.56 0.17 0 0.18
HSL 198.46º 0.57% 0.59% -
HSV(B) 198.46º 0.56% 0.82% -
XYZ 31.28 37.25 66.51 -
YUV 153.89 159.66 84.57 -
System Red Green Blue C M Y K H S L
Decimal 93 174 210 0.56 0.17 0 0.18 198.46 0.57 0.59
Hex 5D AE D2 38 11 0 12 C6 39 3B
Octal 135 256 322 70 21 0 22 306 71 73
Binary 1011101 10101110 11010010 111000 10001 0 10010 11000110 111001 111011

Color Harmonies of #5DAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAED2

Black with #5DAED2

Text Example


Text Example

White with #5DAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DAED2; }

 p { color: rgb(93,174,210); }

 H1.HeaderClassName
 {
   color: #5DAED2;
 }
 .AnyTagClassName
 {
   color: #5DAED2;
 }
</style>

background-color css

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

 a { background-color: rgb(93,174,210); }

 div.DivClassName
 {
   background-color: #5DAED2;
 }
 .BgClassName
 {
   background-color: #5DAED2;
 }
</style>

border-color css

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

 span { border-color: rgb(93,174,210); }

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