Html Css Color HEX #5DBFF2 Malibu

📋 copy color: '#5DBFF2'

red 93 ◦ green 191 ◦ blue 242

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

Shades of Malibu #5DBFF2

Tints of Malibu #5DBFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 17.68%
G = 36.31%
B = 46.01%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5DBFF2 (or 0x5DBFF2) is known color: Malibu. HEX triplet: 5D, BF and F2. RGB value is (93,191,242). Sum of RGB (Red+Green+Blue) = 93+191+242=526 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.68% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFF2 is #A2400D. Grayscale: #A7A7A7. Windows color (decimal): -10633230 or 15908701. OLE color: 15908701.

HSL color Cylindrical-coordinate representation of color #5DBFF2: hue angle of 200.54º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DBFF2 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 191 242 -
CMYK 0.62 0.21 0 0.05
HSL 200.54º 0.85% 0.66% -
HSV(B) 200.54º 0.62% 0.95% -
XYZ 39.17 46 90.82 -
YUV 167.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 93 191 242 0.62 0.21 0 0.05 200.54 0.85 0.66
Hex 5D BF F2 3E 15 0 5 C9 55 42
Octal 135 277 362 76 25 0 5 311 125 102
Binary 1011101 10111111 11110010 111110 10101 0 101 11001001 1010101 1000010

Color Harmonies of #5DBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBFF2

Black with #5DBFF2

Text Example


Text Example

White with #5DBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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