Html Css Color HEX #5DADEB Malibu

📋 copy color: '#5DADEB'

red 93 ◦ green 173 ◦ blue 235

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

Shades of Malibu #5DADEB

Tints of Malibu #5DADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 18.56%
G = 34.53%
B = 46.91%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DADEB (or 0x5DADEB) is known color: Malibu. HEX triplet: 5D, AD and EB. RGB value is (93,173,235). Sum of RGB (Red+Green+Blue) = 93+173+235=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADEB is #A25214. Grayscale: #9B9B9B. Windows color (decimal): -10637845 or 15445341. OLE color: 15445341.

HSL color Cylindrical-coordinate representation of color #5DADEB: hue angle of 206.2º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DADEB is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 173 235 -
CMYK 0.60 0.26 0 0.08
HSL 206.2º 0.78% 0.64% -
HSV(B) 206.2º 0.6% 0.92% -
XYZ 34.45 38.21 84.16 -
YUV 156.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 93 173 235 0.60 0.26 0 0.08 206.2 0.78 0.64
Hex 5D AD EB 3C 1A 0 8 CE 4E 40
Octal 135 255 353 74 32 0 10 316 116 100
Binary 1011101 10101101 11101011 111100 11010 0 1000 11001110 1001110 1000000

Color Harmonies of #5DADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADEB

Black with #5DADEB

Text Example


Text Example

White with #5DADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,173,235); }

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

background-color css

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

 a { background-color: rgb(93,173,235); }

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

border-color css

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

 span { border-color: rgb(93,173,235); }

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