Html Css Color HEX #5EADCB Picton Blue

📋 copy color: '#5EADCB'

red 94 ◦ green 173 ◦ blue 203

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

Shades of Picton Blue #5EADCB

Tints of Picton Blue #5EADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.81%

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 20%
G = 36.81%
B = 43.19%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EADCB (or 0x5EADCB) is known color: Picton Blue. HEX triplet: 5E, AD and CB. RGB value is (94,173,203). Sum of RGB (Red+Green+Blue) = 94+173+203=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADCB is #A15234. Grayscale: #989898. Windows color (decimal): -10572341 or 13348190. OLE color: 13348190.

HSL color Cylindrical-coordinate representation of color #5EADCB: hue angle of 196.51º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EADCB is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 173 203 -
CMYK 0.54 0.15 0 0.20
HSL 196.51º 0.51% 0.58% -
HSV(B) 196.51º 0.54% 0.8% -
XYZ 30.34 36.58 61.96 -
YUV 152.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 94 173 203 0.54 0.15 0 0.20 196.51 0.51 0.58
Hex 5E AD CB 36 F 0 14 C5 33 3A
Octal 136 255 313 66 17 0 24 305 63 72
Binary 1011110 10101101 11001011 110110 1111 0 10100 11000101 110011 111010

Color Harmonies of #5EADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADCB

Black with #5EADCB

Text Example


Text Example

White with #5EADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,203); }

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

background-color css

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

 a { background-color: rgb(94,173,203); }

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

border-color css

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

 span { border-color: rgb(94,173,203); }

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