Html Css Color HEX #5DBFEA Malibu

📋 copy color: '#5DBFEA'

red 93 ◦ green 191 ◦ blue 234

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

Shades of Malibu #5DBFEA

Tints of Malibu #5DBFEA

RGB

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

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

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

R = 17.95%
G = 36.87%
B = 45.17%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5DBFEA (or 0x5DBFEA) is known color: Malibu. HEX triplet: 5D, BF and EA. RGB value is (93,191,234). Sum of RGB (Red+Green+Blue) = 93+191+234=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DBFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFEA is #A24015. Grayscale: #A6A6A6. Windows color (decimal): -10633238 or 15384413. OLE color: 15384413.

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

Color convert

RGB 93 191 234 -
CMYK 0.60 0.18 0 0.08
HSL 198.3º 0.77% 0.64% -
HSV(B) 198.3º 0.6% 0.92% -
XYZ 38 45.53 84.63 -
YUV 166.6 166.03 75.5 -
System Red Green Blue C M Y K H S L
Decimal 93 191 234 0.60 0.18 0 0.08 198.3 0.77 0.64
Hex 5D BF EA 3C 12 0 8 C6 4D 40
Octal 135 277 352 74 22 0 10 306 115 100
Binary 1011101 10111111 11101010 111100 10010 0 1000 11000110 1001101 1000000

Color Harmonies of #5DBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBFEA

Black with #5DBFEA

Text Example


Text Example

White with #5DBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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