Html Css Color HEX #5DC2DE Malibu

📋 copy color: '#5DC2DE'

red 93 ◦ green 194 ◦ blue 222

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

Shades of Malibu #5DC2DE

Tints of Malibu #5DC2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 18.27%
G = 38.11%
B = 43.61%

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

#5DC2DE (or 0x5DC2DE) is known color: Malibu. HEX triplet: 5D, C2 and DE. RGB value is (93,194,222). Sum of RGB (Red+Green+Blue) = 93+194+222=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DC2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC2DE is #A23D21. Grayscale: #A6A6A6. Windows color (decimal): -10632482 or 14598749. OLE color: 14598749.

HSL color Cylindrical-coordinate representation of color #5DC2DE: hue angle of 193.02º degrees, saturation: 0.66, 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 #5DC2DE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 194 222 -
CMYK 0.58 0.13 0 0.13
HSL 193.02º 0.66% 0.62% -
HSV(B) 193.02º 0.58% 0.87% -
XYZ 36.99 46.18 76.07 -
YUV 166.99 159.04 75.22 -
System Red Green Blue C M Y K H S L
Decimal 93 194 222 0.58 0.13 0 0.13 193.02 0.66 0.62
Hex 5D C2 DE 3A D 0 D C1 42 3E
Octal 135 302 336 72 15 0 15 301 102 76
Binary 1011101 11000010 11011110 111010 1101 0 1101 11000001 1000010 111110

Color Harmonies of #5DC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC2DE

Black with #5DC2DE

Text Example


Text Example

White with #5DC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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