Html Css Color HEX #5ABDDB Malibu

📋 copy color: '#5ABDDB'

red 90 ◦ green 189 ◦ blue 219

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

Shades of Malibu #5ABDDB

Tints of Malibu #5ABDDB

RGB

 RED value IS 90 (35.55% from 255) = 18.07%

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 18.07%
G = 37.95%
B = 43.98%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ABDDB (or 0x5ABDDB) is known color: Malibu. HEX triplet: 5A, BD and DB. RGB value is (90,189,219). Sum of RGB (Red+Green+Blue) = 90+189+219=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #5ABDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDDB is #A54224. Grayscale: #A2A2A2. Windows color (decimal): -10830373 or 14400858. OLE color: 14400858.

HSL color Cylindrical-coordinate representation of color #5ABDDB: hue angle of 193.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABDDB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 189 219 -
CMYK 0.59 0.14 0 0.14
HSL 193.95º 0.64% 0.61% -
HSV(B) 193.95º 0.59% 0.86% -
XYZ 35.2 43.68 73.59 -
YUV 162.82 159.7 76.06 -
System Red Green Blue C M Y K H S L
Decimal 90 189 219 0.59 0.14 0 0.14 193.95 0.64 0.61
Hex 5A BD DB 3B E 0 E C2 40 3D
Octal 132 275 333 73 16 0 16 302 100 75
Binary 1011010 10111101 11011011 111011 1110 0 1110 11000010 1000000 111101

Color Harmonies of #5ABDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDDB

Black with #5ABDDB

Text Example


Text Example

White with #5ABDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABDDB; }

 p { color: rgb(90,189,219); }

 H1.HeaderClassName
 {
   color: #5ABDDB;
 }
 .AnyTagClassName
 {
   color: #5ABDDB;
 }
</style>

background-color css

<style>
 a { background-color: #5ABDDB; }

 a { background-color: rgb(90,189,219); }

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

border-color css

<style>
 span { border-color: #5ABDDB; }

 span { border-color: rgb(90,189,219); }

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