Html Css Color HEX #569BC8 Picton Blue

📋 copy color: '#569BC8'

red 86 ◦ green 155 ◦ blue 200

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

Shades of Picton Blue #569BC8

Tints of Picton Blue #569BC8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.15%

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 19.5%
G = 35.15%
B = 45.35%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#569BC8 (or 0x569BC8) is known color: Picton Blue. HEX triplet: 56, 9B and C8. RGB value is (86,155,200). Sum of RGB (Red+Green+Blue) = 86+155+200=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #569BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BC8 is #A96437. Grayscale: #8B8B8B. Windows color (decimal): -11101240 or 13146966. OLE color: 13146966.

HSL color Cylindrical-coordinate representation of color #569BC8: hue angle of 203.68º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569BC8 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 86 155 200 -
CMYK 0.57 0.22 0 0.22
HSL 203.68º 0.51% 0.56% -
HSV(B) 203.68º 0.57% 0.78% -
XYZ 25.98 29.59 58.99 -
YUV 139.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 86 155 200 0.57 0.22 0 0.22 203.68 0.51 0.56
Hex 56 9B C8 39 16 0 16 CC 33 38
Octal 126 233 310 71 26 0 26 314 63 70
Binary 1010110 10011011 11001000 111001 10110 0 10110 11001100 110011 111000

Color Harmonies of #569BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BC8

Black with #569BC8

Text Example


Text Example

White with #569BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,155,200); }

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

background-color css

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

 a { background-color: rgb(86,155,200); }

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

border-color css

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

 span { border-color: rgb(86,155,200); }

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