Html Css Color HEX #5DC4EA Malibu

📋 copy color: '#5DC4EA'

red 93 ◦ green 196 ◦ blue 234

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

Shades of Malibu #5DC4EA

Tints of Malibu #5DC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.48%

 BLUE value IS 234 (91.8% from 255) = 44.74%

R = 17.78%
G = 37.48%
B = 44.74%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DC4EA (or 0x5DC4EA) is known color: Malibu. HEX triplet: 5D, C4 and EA. RGB value is (93,196,234). Sum of RGB (Red+Green+Blue) = 93+196+234=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DC4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC4EA is #A23B15. Grayscale: #A9A9A9. Windows color (decimal): -10631958 or 15385693. OLE color: 15385693.

HSL color Cylindrical-coordinate representation of color #5DC4EA: hue angle of 196.17º degrees, saturation: 0.77, 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 #5DC4EA is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 196 234 -
CMYK 0.60 0.16 0 0.08
HSL 196.17º 0.77% 0.64% -
HSV(B) 196.17º 0.6% 0.92% -
XYZ 39.11 47.75 85 -
YUV 169.54 164.38 73.41 -
System Red Green Blue C M Y K H S L
Decimal 93 196 234 0.60 0.16 0 0.08 196.17 0.77 0.64
Hex 5D C4 EA 3C 10 0 8 C4 4D 40
Octal 135 304 352 74 20 0 10 304 115 100
Binary 1011101 11000100 11101010 111100 10000 0 1000 11000100 1001101 1000000

Color Harmonies of #5DC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC4EA

Black with #5DC4EA

Text Example


Text Example

White with #5DC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,196,234); }

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

background-color css

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

 a { background-color: rgb(93,196,234); }

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

border-color css

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

 span { border-color: rgb(93,196,234); }

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