Html Css Color HEX #5EABD6 Picton Blue

📋 copy color: '#5EABD6'

red 94 ◦ green 171 ◦ blue 214

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

Shades of Picton Blue #5EABD6

Tints of Picton Blue #5EABD6

RGB

 RED value IS 94 (37.11% from 255) = 19.62%

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 19.62%
G = 35.7%
B = 44.68%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5EABD6 (or 0x5EABD6) is known color: Picton Blue. HEX triplet: 5E, AB and D6. RGB value is (94,171,214). Sum of RGB (Red+Green+Blue) = 94+171+214=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #5EABD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABD6 is #A15429. Grayscale: #989898. Windows color (decimal): -10572842 or 14068574. OLE color: 14068574.

HSL color Cylindrical-coordinate representation of color #5EABD6: hue angle of 201.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EABD6 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 171 214 -
CMYK 0.56 0.20 0 0.16
HSL 201.5º 0.59% 0.6% -
HSV(B) 201.5º 0.56% 0.84% -
XYZ 31.32 36.36 68.99 -
YUV 152.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 94 171 214 0.56 0.20 0 0.16 201.5 0.59 0.6
Hex 5E AB D6 38 14 0 10 CA 3B 3C
Octal 136 253 326 70 24 0 20 312 73 74
Binary 1011110 10101011 11010110 111000 10100 0 10000 11001010 111011 111100

Color Harmonies of #5EABD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABD6

Black with #5EABD6

Text Example


Text Example

White with #5EABD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,171,214); }

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

background-color css

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

 a { background-color: rgb(94,171,214); }

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

border-color css

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

 span { border-color: rgb(94,171,214); }

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