Html Css Color HEX #5FADCC Picton Blue

📋 copy color: '#5FADCC'

red 95 ◦ green 173 ◦ blue 204

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

Shades of Picton Blue #5FADCC

Tints of Picton Blue #5FADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 20.13%
G = 36.65%
B = 43.22%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5FADCC (or 0x5FADCC) is known color: Picton Blue. HEX triplet: 5F, AD and CC. RGB value is (95,173,204). Sum of RGB (Red+Green+Blue) = 95+173+204=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADCC is #A05233. Grayscale: #999999. Windows color (decimal): -10506804 or 13413727. OLE color: 13413727.

HSL color Cylindrical-coordinate representation of color #5FADCC: hue angle of 197.06º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FADCC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 173 204 -
CMYK 0.53 0.15 0 0.2
HSL 197.06º 0.52% 0.59% -
HSV(B) 197.06º 0.53% 0.8% -
XYZ 30.56 36.68 62.6 -
YUV 153.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 95 173 204 0.53 0.15 0 0.2 197.06 0.52 0.59
Hex 5F AD CC 35 F 0 14 C5 34 3B
Octal 137 255 314 65 17 0 24 305 64 73
Binary 1011111 10101101 11001100 110101 1111 0 10100 11000101 110100 111011

Color Harmonies of #5FADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADCC

Black with #5FADCC

Text Example


Text Example

White with #5FADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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