Html Css Color HEX #55ABDA Picton Blue

📋 copy color: '#55ABDA'

red 85 ◦ green 171 ◦ blue 218

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

Shades of Picton Blue #55ABDA

Tints of Picton Blue #55ABDA

RGB

 RED value IS 85 (33.59% from 255) = 17.93%

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 17.93%
G = 36.08%
B = 45.99%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55ABDA (or 0x55ABDA) is known color: Picton Blue. HEX triplet: 55, AB and DA. RGB value is (85,171,218). Sum of RGB (Red+Green+Blue) = 85+171+218=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #55ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABDA is #AA5425. Grayscale: #969696. Windows color (decimal): -11162662 or 14330709. OLE color: 14330709.

HSL color Cylindrical-coordinate representation of color #55ABDA: hue angle of 201.2º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55ABDA is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 171 218 -
CMYK 0.61 0.22 0 0.15
HSL 201.2º 0.64% 0.59% -
HSV(B) 201.2º 0.61% 0.85% -
XYZ 30.96 36.12 71.67 -
YUV 150.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 85 171 218 0.61 0.22 0 0.15 201.2 0.64 0.59
Hex 55 AB DA 3D 16 0 F C9 40 3B
Octal 125 253 332 75 26 0 17 311 100 73
Binary 1010101 10101011 11011010 111101 10110 0 1111 11001001 1000000 111011

Color Harmonies of #55ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ABDA

Black with #55ABDA

Text Example


Text Example

White with #55ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55ABDA; }

 p { color: rgb(85,171,218); }

 H1.HeaderClassName
 {
   color: #55ABDA;
 }
 .AnyTagClassName
 {
   color: #55ABDA;
 }
</style>

background-color css

<style>
 a { background-color: #55ABDA; }

 a { background-color: rgb(85,171,218); }

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

border-color css

<style>
 span { border-color: #55ABDA; }

 span { border-color: rgb(85,171,218); }

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