Html Css Color HEX #5FADCE Picton Blue

📋 copy color: '#5FADCE'

red 95 ◦ green 173 ◦ blue 206

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

Shades of Picton Blue #5FADCE

Tints of Picton Blue #5FADCE

RGB

 RED value IS 95 (37.5% from 255) = 20.04%

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 20.04%
G = 36.5%
B = 43.46%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5FADCE (or 0x5FADCE) is known color: Picton Blue. HEX triplet: 5F, AD and CE. RGB value is (95,173,206). Sum of RGB (Red+Green+Blue) = 95+173+206=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #5FADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADCE is #A05231. Grayscale: #999999. Windows color (decimal): -10506802 or 13544799. OLE color: 13544799.

HSL color Cylindrical-coordinate representation of color #5FADCE: hue angle of 197.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FADCE is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 173 206 -
CMYK 0.54 0.16 0 0.19
HSL 197.84º 0.53% 0.59% -
HSV(B) 197.84º 0.54% 0.81% -
XYZ 30.8 36.78 63.87 -
YUV 153.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 95 173 206 0.54 0.16 0 0.19 197.84 0.53 0.59
Hex 5F AD CE 36 10 0 13 C6 35 3B
Octal 137 255 316 66 20 0 23 306 65 73
Binary 1011111 10101101 11001110 110110 10000 0 10011 11000110 110101 111011

Color Harmonies of #5FADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADCE

Black with #5FADCE

Text Example


Text Example

White with #5FADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,173,206); }

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

background-color css

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

 a { background-color: rgb(95,173,206); }

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

border-color css

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

 span { border-color: rgb(95,173,206); }

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