Html Css Color HEX #569BCB Picton Blue

📋 copy color: '#569BCB'

red 86 ◦ green 155 ◦ blue 203

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

Shades of Picton Blue #569BCB

Tints of Picton Blue #569BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 19.37%
G = 34.91%
B = 45.72%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#569BCB (or 0x569BCB) is known color: Picton Blue. HEX triplet: 56, 9B and CB. RGB value is (86,155,203). Sum of RGB (Red+Green+Blue) = 86+155+203=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #569BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BCB is #A96434. Grayscale: #8B8B8B. Windows color (decimal): -11101237 or 13343574. OLE color: 13343574.

HSL color Cylindrical-coordinate representation of color #569BCB: hue angle of 204.62º degrees, saturation: 0.53, 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 #569BCB is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 155 203 -
CMYK 0.58 0.24 0 0.20
HSL 204.62º 0.53% 0.57% -
HSV(B) 204.62º 0.58% 0.8% -
XYZ 26.34 29.73 60.85 -
YUV 139.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 86 155 203 0.58 0.24 0 0.20 204.62 0.53 0.57
Hex 56 9B CB 3A 18 0 14 CD 35 39
Octal 126 233 313 72 30 0 24 315 65 71
Binary 1010110 10011011 11001011 111010 11000 0 10100 11001101 110101 111001

Color Harmonies of #569BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BCB

Black with #569BCB

Text Example


Text Example

White with #569BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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