Html Css Color HEX #5DBEE7 Malibu

📋 copy color: '#5DBEE7'

red 93 ◦ green 190 ◦ blue 231

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

Shades of Malibu #5DBEE7

Tints of Malibu #5DBEE7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

 BLUE value IS 231 (90.63% from 255) = 44.94%

R = 18.09%
G = 36.96%
B = 44.94%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5DBEE7 (or 0x5DBEE7) is known color: Malibu. HEX triplet: 5D, BE and E7. RGB value is (93,190,231). Sum of RGB (Red+Green+Blue) = 93+190+231=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #5DBEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEE7 is #A24118. Grayscale: #A5A5A5. Windows color (decimal): -10633497 or 15187549. OLE color: 15187549.

HSL color Cylindrical-coordinate representation of color #5DBEE7: hue angle of 197.83º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBEE7 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 190 231 -
CMYK 0.60 0.18 0 0.09
HSL 197.83º 0.74% 0.64% -
HSV(B) 197.83º 0.6% 0.91% -
XYZ 37.35 44.92 82.3 -
YUV 165.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 93 190 231 0.60 0.18 0 0.09 197.83 0.74 0.64
Hex 5D BE E7 3C 12 0 9 C6 4A 40
Octal 135 276 347 74 22 0 11 306 112 100
Binary 1011101 10111110 11100111 111100 10010 0 1001 11000110 1001010 1000000

Color Harmonies of #5DBEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEE7

Black with #5DBEE7

Text Example


Text Example

White with #5DBEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,190,231); }

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

background-color css

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

 a { background-color: rgb(93,190,231); }

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

border-color css

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

 span { border-color: rgb(93,190,231); }

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