Html Css Color HEX #569ACE Picton Blue

📋 copy color: '#569ACE'

red 86 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #569ACE

Tints of Picton Blue #569ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 19.28%
G = 34.53%
B = 46.19%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#569ACE (or 0x569ACE) is known color: Picton Blue. HEX triplet: 56, 9A and CE. RGB value is (86,154,206). Sum of RGB (Red+Green+Blue) = 86+154+206=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #569ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ACE is #A96531. Grayscale: #8B8B8B. Windows color (decimal): -11101490 or 13539926. OLE color: 13539926.

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

Color convert

RGB 86 154 206 -
CMYK 0.58 0.25 0 0.19
HSL 206º 0.55% 0.57% -
HSV(B) 206º 0.58% 0.81% -
XYZ 26.53 29.55 62.7 -
YUV 139.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 86 154 206 0.58 0.25 0 0.19 206 0.55 0.57
Hex 56 9A CE 3A 19 0 13 CE 37 39
Octal 126 232 316 72 31 0 23 316 67 71
Binary 1010110 10011010 11001110 111010 11001 0 10011 11001110 110111 111001

Color Harmonies of #569ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569ACE

Black with #569ACE

Text Example


Text Example

White with #569ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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