Html Css Color HEX #5FACD2 Picton Blue

📋 copy color: '#5FACD2'

red 95 ◦ green 172 ◦ blue 210

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

Shades of Picton Blue #5FACD2

Tints of Picton Blue #5FACD2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

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

R = 19.92%
G = 36.06%
B = 44.03%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5FACD2 (or 0x5FACD2) is known color: Picton Blue. HEX triplet: 5F, AC and D2. RGB value is (95,172,210). Sum of RGB (Red+Green+Blue) = 95+172+210=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 172 (67.58% from 255 or 36.06% 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 #5FACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACD2 is #A0532D. Grayscale: #999999. Windows color (decimal): -10507054 or 13806687. OLE color: 13806687.

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

Color convert

RGB 95 172 210 -
CMYK 0.55 0.18 0 0.18
HSL 199.83º 0.56% 0.6% -
HSV(B) 199.83º 0.55% 0.82% -
XYZ 31.1 36.59 66.4 -
YUV 153.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 95 172 210 0.55 0.18 0 0.18 199.83 0.56 0.6
Hex 5F AC D2 37 12 0 12 C8 38 3C
Octal 137 254 322 67 22 0 22 310 70 74
Binary 1011111 10101100 11010010 110111 10010 0 10010 11001000 111000 111100

Color Harmonies of #5FACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACD2

Black with #5FACD2

Text Example


Text Example

White with #5FACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,172,210); }

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

background-color css

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

 a { background-color: rgb(95,172,210); }

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

border-color css

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

 span { border-color: rgb(95,172,210); }

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