Html Css Color HEX #569BCE Picton Blue

📋 copy color: '#569BCE'

red 86 ◦ green 155 ◦ blue 206

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

Shades of Picton Blue #569BCE

Tints of Picton Blue #569BCE

RGB

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

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

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

R = 19.24%
G = 34.68%
B = 46.09%

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

#569BCE (or 0x569BCE) is known color: Picton Blue. HEX triplet: 56, 9B and CE. RGB value is (86,155,206). Sum of RGB (Red+Green+Blue) = 86+155+206=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #569BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BCE is #A96431. Grayscale: #8B8B8B. Windows color (decimal): -11101234 or 13540182. OLE color: 13540182.

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

Color convert

RGB 86 155 206 -
CMYK 0.58 0.25 0 0.19
HSL 205.5º 0.55% 0.57% -
HSV(B) 205.5º 0.58% 0.81% -
XYZ 26.7 29.88 62.75 -
YUV 140.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 86 155 206 0.58 0.25 0 0.19 205.5 0.55 0.57
Hex 56 9B CE 3A 19 0 13 CE 37 39
Octal 126 233 316 72 31 0 23 316 67 71
Binary 1010110 10011011 11001110 111010 11001 0 10011 11001110 110111 111001

Color Harmonies of #569BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BCE

Black with #569BCE

Text Example


Text Example

White with #569BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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