Html Css Color HEX #5FBAD2 Malibu

📋 copy color: '#5FBAD2'

red 95 ◦ green 186 ◦ blue 210

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

Shades of Malibu #5FBAD2

Tints of Malibu #5FBAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

 BLUE value IS 210 (82.42% from 255) = 42.77%

R = 19.35%
G = 37.88%
B = 42.77%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5FBAD2 (or 0x5FBAD2) is known color: Malibu. HEX triplet: 5F, BA and D2. RGB value is (95,186,210). Sum of RGB (Red+Green+Blue) = 95+186+210=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #5FBAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBAD2 is #A0452D. Grayscale: #A1A1A1. Windows color (decimal): -10503470 or 13810271. OLE color: 13810271.

HSL color Cylindrical-coordinate representation of color #5FBAD2: hue angle of 192.52º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FBAD2 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 186 210 -
CMYK 0.55 0.11 0 0.18
HSL 192.52º 0.56% 0.6% -
HSV(B) 192.52º 0.55% 0.82% -
XYZ 33.91 42.2 67.33 -
YUV 161.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 95 186 210 0.55 0.11 0 0.18 192.52 0.56 0.6
Hex 5F BA D2 37 B 0 12 C1 38 3C
Octal 137 272 322 67 13 0 22 301 70 74
Binary 1011111 10111010 11010010 110111 1011 0 10010 11000001 111000 111100

Color Harmonies of #5FBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBAD2

Black with #5FBAD2

Text Example


Text Example

White with #5FBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,186,210); }

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

background-color css

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

 a { background-color: rgb(95,186,210); }

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

border-color css

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

 span { border-color: rgb(95,186,210); }

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