Html Css Color HEX #5DABEE Malibu

📋 copy color: '#5DABEE'

red 93 ◦ green 171 ◦ blue 238

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

Shades of Malibu #5DABEE

Tints of Malibu #5DABEE

RGB

 RED value IS 93 (36.72% from 255) = 18.53%

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

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

R = 18.53%
G = 34.06%
B = 47.41%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DABEE (or 0x5DABEE) is known color: Malibu. HEX triplet: 5D, AB and EE. RGB value is (93,171,238). Sum of RGB (Red+Green+Blue) = 93+171+238=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DABEE is #A25411. Grayscale: #9A9A9A. Windows color (decimal): -10638354 or 15641437. OLE color: 15641437.

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

Color convert

RGB 93 171 238 -
CMYK 0.61 0.28 0 0.07
HSL 207.72º 0.81% 0.65% -
HSV(B) 207.72º 0.61% 0.93% -
XYZ 34.51 37.63 86.33 -
YUV 155.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 93 171 238 0.61 0.28 0 0.07 207.72 0.81 0.65
Hex 5D AB EE 3D 1C 0 7 D0 51 41
Octal 135 253 356 75 34 0 7 320 121 101
Binary 1011101 10101011 11101110 111101 11100 0 111 11010000 1010001 1000001

Color Harmonies of #5DABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABEE

Black with #5DABEE

Text Example


Text Example

White with #5DABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,238); }

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

background-color css

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

 a { background-color: rgb(93,171,238); }

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

border-color css

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

 span { border-color: rgb(93,171,238); }

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