Html Css Color HEX #5DBFDC Malibu

📋 copy color: '#5DBFDC'

red 93 ◦ green 191 ◦ blue 220

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

Shades of Malibu #5DBFDC

Tints of Malibu #5DBFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 37.9%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 18.45%
G = 37.9%
B = 43.65%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DBFDC (or 0x5DBFDC) is known color: Malibu. HEX triplet: 5D, BF and DC. RGB value is (93,191,220). Sum of RGB (Red+Green+Blue) = 93+191+220=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFDC is #A24023. Grayscale: #A4A4A4. Windows color (decimal): -10633252 or 14466909. OLE color: 14466909.

HSL color Cylindrical-coordinate representation of color #5DBFDC: hue angle of 193.7º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBFDC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 191 220 -
CMYK 0.58 0.13 0 0.14
HSL 193.7º 0.64% 0.61% -
HSV(B) 193.7º 0.58% 0.86% -
XYZ 36.06 44.76 74.45 -
YUV 165 159.03 76.64 -
System Red Green Blue C M Y K H S L
Decimal 93 191 220 0.58 0.13 0 0.14 193.7 0.64 0.61
Hex 5D BF DC 3A D 0 E C2 40 3D
Octal 135 277 334 72 15 0 16 302 100 75
Binary 1011101 10111111 11011100 111010 1101 0 1110 11000010 1000000 111101

Color Harmonies of #5DBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBFDC

Black with #5DBFDC

Text Example


Text Example

White with #5DBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,220); }

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

background-color css

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

 a { background-color: rgb(93,191,220); }

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

border-color css

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

 span { border-color: rgb(93,191,220); }

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