Html Css Color HEX #569ACD Picton Blue

📋 copy color: '#569ACD'

red 86 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #569ACD

Tints of Picton Blue #569ACD

RGB

 RED value IS 86 (33.98% from 255) = 19.33%

 GREEN value IS 154 (60.55% from 255) = 34.61%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 19.33%
G = 34.61%
B = 46.07%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569ACD (or 0x569ACD) is known color: Picton Blue. HEX triplet: 56, 9A and CD. RGB value is (86,154,205). Sum of RGB (Red+Green+Blue) = 86+154+205=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #569ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ACD is #A96532. Grayscale: #8B8B8B. Windows color (decimal): -11101491 or 13474390. OLE color: 13474390.

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

Color convert

RGB 86 154 205 -
CMYK 0.58 0.25 0 0.20
HSL 205.71º 0.54% 0.57% -
HSV(B) 205.71º 0.58% 0.8% -
XYZ 26.41 29.5 62.06 -
YUV 139.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 86 154 205 0.58 0.25 0 0.20 205.71 0.54 0.57
Hex 56 9A CD 3A 19 0 14 CE 36 39
Octal 126 232 315 72 31 0 24 316 66 71
Binary 1010110 10011010 11001101 111010 11001 0 10100 11001110 110110 111001

Color Harmonies of #569ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ACD

Black with #569ACD

Text Example


Text Example

White with #569ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569ACD; }

 p { color: rgb(86,154,205); }

 H1.HeaderClassName
 {
   color: #569ACD;
 }
 .AnyTagClassName
 {
   color: #569ACD;
 }
</style>

background-color css

<style>
 a { background-color: #569ACD; }

 a { background-color: rgb(86,154,205); }

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

border-color css

<style>
 span { border-color: #569ACD; }

 span { border-color: rgb(86,154,205); }

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