Html Css Color HEX #51ACE0 Picton Blue

📋 copy color: '#51ACE0'

red 81 ◦ green 172 ◦ blue 224

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

Shades of Picton Blue #51ACE0

Tints of Picton Blue #51ACE0

RGB

 RED value IS 81 (32.03% from 255) = 16.98%

 GREEN value IS 172 (67.58% from 255) = 36.06%

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

R = 16.98%
G = 36.06%
B = 46.96%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#51ACE0 (or 0x51ACE0) is known color: Picton Blue. HEX triplet: 51, AC and E0. RGB value is (81,172,224). Sum of RGB (Red+Green+Blue) = 81+172+224=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #51ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ACE0 is #AE531F. Grayscale: #969696. Windows color (decimal): -11424544 or 14724177. OLE color: 14724177.

HSL color Cylindrical-coordinate representation of color #51ACE0: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51ACE0 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 172 224 -
CMYK 0.64 0.23 0 0.12
HSL 201.82º 0.7% 0.6% -
HSV(B) 201.82º 0.64% 0.88% -
XYZ 31.6 36.64 75.93 -
YUV 150.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 81 172 224 0.64 0.23 0 0.12 201.82 0.7 0.6
Hex 51 AC E0 40 17 0 C CA 46 3C
Octal 121 254 340 100 27 0 14 312 106 74
Binary 1010001 10101100 11100000 1000000 10111 0 1100 11001010 1000110 111100

Color Harmonies of #51ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ACE0

Black with #51ACE0

Text Example


Text Example

White with #51ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51ACE0; }

 p { color: rgb(81,172,224); }

 H1.HeaderClassName
 {
   color: #51ACE0;
 }
 .AnyTagClassName
 {
   color: #51ACE0;
 }
</style>

background-color css

<style>
 a { background-color: #51ACE0; }

 a { background-color: rgb(81,172,224); }

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

border-color css

<style>
 span { border-color: #51ACE0; }

 span { border-color: rgb(81,172,224); }

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