Html Css Color HEX #5DC9EA Malibu

📋 copy color: '#5DC9EA'

red 93 ◦ green 201 ◦ blue 234

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

Shades of Malibu #5DC9EA

Tints of Malibu #5DC9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

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

R = 17.61%
G = 38.07%
B = 44.32%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DC9EA (or 0x5DC9EA) is known color: Malibu. HEX triplet: 5D, C9 and EA. RGB value is (93,201,234). Sum of RGB (Red+Green+Blue) = 93+201+234=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DC9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC9EA is #A23615. Grayscale: #ACACAC. Windows color (decimal): -10630678 or 15386973. OLE color: 15386973.

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

Color convert

RGB 93 201 234 -
CMYK 0.60 0.14 0 0.08
HSL 194.04º 0.77% 0.64% -
HSV(B) 194.04º 0.6% 0.92% -
XYZ 40.25 50.04 85.38 -
YUV 172.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 93 201 234 0.60 0.14 0 0.08 194.04 0.77 0.64
Hex 5D C9 EA 3C E 0 8 C2 4D 40
Octal 135 311 352 74 16 0 10 302 115 100
Binary 1011101 11001001 11101010 111100 1110 0 1000 11000010 1001101 1000000

Color Harmonies of #5DC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC9EA

Black with #5DC9EA

Text Example


Text Example

White with #5DC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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