Html Css Color HEX #5FBDDA Malibu

📋 copy color: '#5FBDDA'

red 95 ◦ green 189 ◦ blue 218

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

Shades of Malibu #5FBDDA

Tints of Malibu #5FBDDA

RGB

 RED value IS 95 (37.5% from 255) = 18.92%

 GREEN value IS 189 (74.22% from 255) = 37.65%

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 18.92%
G = 37.65%
B = 43.43%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5FBDDA (or 0x5FBDDA) is known color: Malibu. HEX triplet: 5F, BD and DA. RGB value is (95,189,218). Sum of RGB (Red+Green+Blue) = 95+189+218=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FBDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDDA is #A04225. Grayscale: #A3A3A3. Windows color (decimal): -10502694 or 14335327. OLE color: 14335327.

HSL color Cylindrical-coordinate representation of color #5FBDDA: hue angle of 194.15º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FBDDA is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 189 218 -
CMYK 0.56 0.13 0 0.15
HSL 194.15º 0.62% 0.61% -
HSV(B) 194.15º 0.56% 0.85% -
XYZ 35.57 43.89 72.93 -
YUV 164.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 95 189 218 0.56 0.13 0 0.15 194.15 0.62 0.61
Hex 5F BD DA 38 D 0 F C2 3E 3D
Octal 137 275 332 70 15 0 17 302 76 75
Binary 1011111 10111101 11011010 111000 1101 0 1111 11000010 111110 111101

Color Harmonies of #5FBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBDDA

Black with #5FBDDA

Text Example


Text Example

White with #5FBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,189,218); }

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

background-color css

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

 a { background-color: rgb(95,189,218); }

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

border-color css

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

 span { border-color: rgb(95,189,218); }

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