Html Css Color HEX #5DC2EA Malibu

📋 copy color: '#5DC2EA'

red 93 ◦ green 194 ◦ blue 234

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

Shades of Malibu #5DC2EA

Tints of Malibu #5DC2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

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

R = 17.85%
G = 37.24%
B = 44.91%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DC2EA (or 0x5DC2EA) is known color: Malibu. HEX triplet: 5D, C2 and EA. RGB value is (93,194,234). Sum of RGB (Red+Green+Blue) = 93+194+234=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DC2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC2EA is #A23D15. Grayscale: #A8A8A8. Windows color (decimal): -10632470 or 15385181. OLE color: 15385181.

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

Color convert

RGB 93 194 234 -
CMYK 0.60 0.17 0 0.08
HSL 197.02º 0.77% 0.64% -
HSV(B) 197.02º 0.6% 0.92% -
XYZ 38.66 46.85 84.85 -
YUV 168.36 165.04 74.25 -
System Red Green Blue C M Y K H S L
Decimal 93 194 234 0.60 0.17 0 0.08 197.02 0.77 0.64
Hex 5D C2 EA 3C 11 0 8 C5 4D 40
Octal 135 302 352 74 21 0 10 305 115 100
Binary 1011101 11000010 11101010 111100 10001 0 1000 11000101 1001101 1000000

Color Harmonies of #5DC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC2EA

Black with #5DC2EA

Text Example


Text Example

White with #5DC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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