Html Css Color HEX #569ACC Picton Blue

📋 copy color: '#569ACC'

red 86 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #569ACC

Tints of Picton Blue #569ACC

RGB

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

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

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

R = 19.37%
G = 34.68%
B = 45.95%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#569ACC (or 0x569ACC) is known color: Picton Blue. HEX triplet: 56, 9A and CC. RGB value is (86,154,204). Sum of RGB (Red+Green+Blue) = 86+154+204=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #569ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ACC is #A96533. Grayscale: #8B8B8B. Windows color (decimal): -11101492 or 13408854. OLE color: 13408854.

HSL color Cylindrical-coordinate representation of color #569ACC: hue angle of 205.42º 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 #569ACC is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 154 204 -
CMYK 0.58 0.25 0 0.2
HSL 205.42º 0.54% 0.57% -
HSV(B) 205.42º 0.58% 0.8% -
XYZ 26.29 29.45 61.43 -
YUV 139.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 86 154 204 0.58 0.25 0 0.2 205.42 0.54 0.57
Hex 56 9A CC 3A 19 0 14 CD 36 39
Octal 126 232 314 72 31 0 24 315 66 71
Binary 1010110 10011010 11001100 111010 11001 0 10100 11001101 110110 111001

Color Harmonies of #569ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ACC

Black with #569ACC

Text Example


Text Example

White with #569ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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