Html Css Color HEX #5DC1DF Malibu

📋 copy color: '#5DC1DF'

red 93 ◦ green 193 ◦ blue 223

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

Shades of Malibu #5DC1DF

Tints of Malibu #5DC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.92%

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 18.27%
G = 37.92%
B = 43.81%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DC1DF (or 0x5DC1DF) is known color: Malibu. HEX triplet: 5D, C1 and DF. RGB value is (93,193,223). Sum of RGB (Red+Green+Blue) = 93+193+223=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DC1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC1DF is #A23E20. Grayscale: #A6A6A6. Windows color (decimal): -10632737 or 14664029. OLE color: 14664029.

HSL color Cylindrical-coordinate representation of color #5DC1DF: hue angle of 193.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DC1DF is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 193 223 -
CMYK 0.58 0.13 0 0.13
HSL 193.85º 0.67% 0.62% -
HSV(B) 193.85º 0.58% 0.87% -
XYZ 36.9 45.79 76.71 -
YUV 166.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 93 193 223 0.58 0.13 0 0.13 193.85 0.67 0.62
Hex 5D C1 DF 3A D 0 D C2 43 3E
Octal 135 301 337 72 15 0 15 302 103 76
Binary 1011101 11000001 11011111 111010 1101 0 1101 11000010 1000011 111110

Color Harmonies of #5DC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC1DF

Black with #5DC1DF

Text Example


Text Example

White with #5DC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,193,223); }

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

background-color css

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

 a { background-color: rgb(93,193,223); }

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

border-color css

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

 span { border-color: rgb(93,193,223); }

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