Html Css Color HEX #5DACEE Malibu

📋 copy color: '#5DACEE'

red 93 ◦ green 172 ◦ blue 238

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

Shades of Malibu #5DACEE

Tints of Malibu #5DACEE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

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

R = 18.49%
G = 34.19%
B = 47.32%

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

#5DACEE (or 0x5DACEE) is known color: Malibu. HEX triplet: 5D, AC and EE. RGB value is (93,172,238). Sum of RGB (Red+Green+Blue) = 93+172+238=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACEE is #A25311. Grayscale: #9B9B9B. Windows color (decimal): -10638098 or 15641693. OLE color: 15641693.

HSL color Cylindrical-coordinate representation of color #5DACEE: hue angle of 207.31º 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 #5DACEE is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 172 238 -
CMYK 0.61 0.28 0 0.07
HSL 207.31º 0.81% 0.65% -
HSV(B) 207.31º 0.61% 0.93% -
XYZ 34.7 38.01 86.4 -
YUV 155.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 93 172 238 0.61 0.28 0 0.07 207.31 0.81 0.65
Hex 5D AC EE 3D 1C 0 7 CF 51 41
Octal 135 254 356 75 34 0 7 317 121 101
Binary 1011101 10101100 11101110 111101 11100 0 111 11001111 1010001 1000001

Color Harmonies of #5DACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACEE

Black with #5DACEE

Text Example


Text Example

White with #5DACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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