Html Css Color HEX #569ADC Picton Blue

📋 copy color: '#569ADC'

red 86 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #569ADC

Tints of Picton Blue #569ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 18.7%
G = 33.48%
B = 47.83%

CMYK

 C value IS 0.61

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#569ADC (or 0x569ADC) is known color: Picton Blue. HEX triplet: 56, 9A and DC. RGB value is (86,154,220). Sum of RGB (Red+Green+Blue) = 86+154+220=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #569ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ADC is #A96523. Grayscale: #8C8C8C. Windows color (decimal): -11101476 or 14457430. OLE color: 14457430.

HSL color Cylindrical-coordinate representation of color #569ADC: hue angle of 209.55º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569ADC is Cyan = 0.61, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 154 220 -
CMYK 0.61 0.3 0 0.14
HSL 209.55º 0.66% 0.6% -
HSV(B) 209.55º 0.61% 0.86% -
XYZ 28.31 30.26 72.06 -
YUV 141.19 172.47 88.63 -
System Red Green Blue C M Y K H S L
Decimal 86 154 220 0.61 0.3 0 0.14 209.55 0.66 0.6
Hex 56 9A DC 3D 1E 0 E D2 42 3C
Octal 126 232 334 75 36 0 16 322 102 74
Binary 1010110 10011010 11011100 111101 11110 0 1110 11010010 1000010 111100

Color Harmonies of #569ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ADC

Black with #569ADC

Text Example


Text Example

White with #569ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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