Html Css Color HEX #51ADDE Picton Blue

📋 copy color: '#51ADDE'

red 81 ◦ green 173 ◦ blue 222

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

Shades of Picton Blue #51ADDE

Tints of Picton Blue #51ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 17.02%
G = 36.34%
B = 46.64%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51ADDE (or 0x51ADDE) is known color: Picton Blue. HEX triplet: 51, AD and DE. RGB value is (81,173,222). Sum of RGB (Red+Green+Blue) = 81+173+222=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #51ADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADDE is #AE5221. Grayscale: #969696. Windows color (decimal): -11424290 or 14593361. OLE color: 14593361.

HSL color Cylindrical-coordinate representation of color #51ADDE: hue angle of 200.85º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51ADDE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 173 222 -
CMYK 0.64 0.22 0 0.13
HSL 200.85º 0.68% 0.59% -
HSV(B) 200.85º 0.64% 0.87% -
XYZ 31.52 36.91 74.57 -
YUV 151.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 81 173 222 0.64 0.22 0 0.13 200.85 0.68 0.59
Hex 51 AD DE 40 16 0 D C9 44 3B
Octal 121 255 336 100 26 0 15 311 104 73
Binary 1010001 10101101 11011110 1000000 10110 0 1101 11001001 1000100 111011

Color Harmonies of #51ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ADDE

Black with #51ADDE

Text Example


Text Example

White with #51ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,173,222); }

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

background-color css

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

 a { background-color: rgb(81,173,222); }

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

border-color css

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

 span { border-color: rgb(81,173,222); }

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