Html Css Color HEX #5ABDEE Malibu

📋 copy color: '#5ABDEE'

red 90 ◦ green 189 ◦ blue 238

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

Shades of Malibu #5ABDEE

Tints of Malibu #5ABDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 17.41%
G = 36.56%
B = 46.03%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ABDEE (or 0x5ABDEE) is known color: Malibu. HEX triplet: 5A, BD and EE. RGB value is (90,189,238). Sum of RGB (Red+Green+Blue) = 90+189+238=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ABDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDEE is #A54211. Grayscale: #A4A4A4. Windows color (decimal): -10830354 or 15646042. OLE color: 15646042.

HSL color Cylindrical-coordinate representation of color #5ABDEE: hue angle of 199.86º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABDEE is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 189 238 -
CMYK 0.62 0.21 0 0.07
HSL 199.86º 0.81% 0.64% -
HSV(B) 199.86º 0.62% 0.93% -
XYZ 37.85 44.74 87.53 -
YUV 164.99 169.2 74.52 -
System Red Green Blue C M Y K H S L
Decimal 90 189 238 0.62 0.21 0 0.07 199.86 0.81 0.64
Hex 5A BD EE 3E 15 0 7 C8 51 40
Octal 132 275 356 76 25 0 7 310 121 100
Binary 1011010 10111101 11101110 111110 10101 0 111 11001000 1010001 1000000

Color Harmonies of #5ABDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDEE

Black with #5ABDEE

Text Example


Text Example

White with #5ABDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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