Html Css Color HEX #569CE0 Picton Blue

📋 copy color: '#569CE0'

red 86 ◦ green 156 ◦ blue 224

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

Shades of Picton Blue #569CE0

Tints of Picton Blue #569CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.48%

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 18.45%
G = 33.48%
B = 48.07%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#569CE0 (or 0x569CE0) is known color: Picton Blue. HEX triplet: 56, 9C and E0. RGB value is (86,156,224). Sum of RGB (Red+Green+Blue) = 86+156+224=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #569CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CE0 is #A9631F. Grayscale: #8E8E8E. Windows color (decimal): -11100960 or 14720086. OLE color: 14720086.

HSL color Cylindrical-coordinate representation of color #569CE0: hue angle of 209.57º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #569CE0 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 156 224 -
CMYK 0.62 0.30 0 0.12
HSL 209.57º 0.69% 0.61% -
HSV(B) 209.57º 0.62% 0.88% -
XYZ 29.18 31.14 74.99 -
YUV 142.82 173.81 87.47 -
System Red Green Blue C M Y K H S L
Decimal 86 156 224 0.62 0.30 0 0.12 209.57 0.69 0.61
Hex 56 9C E0 3E 1E 0 C D2 45 3D
Octal 126 234 340 76 36 0 14 322 105 75
Binary 1010110 10011100 11100000 111110 11110 0 1100 11010010 1000101 111101

Color Harmonies of #569CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569CE0

Black with #569CE0

Text Example


Text Example

White with #569CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,156,224); }

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

background-color css

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

 a { background-color: rgb(86,156,224); }

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

border-color css

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

 span { border-color: rgb(86,156,224); }

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