Html Css Color HEX #5FBCDC Malibu

📋 copy color: '#5FBCDC'

red 95 ◦ green 188 ◦ blue 220

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

Shades of Malibu #5FBCDC

Tints of Malibu #5FBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 18.89%
G = 37.38%
B = 43.74%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FBCDC (or 0x5FBCDC) is known color: Malibu. HEX triplet: 5F, BC and DC. RGB value is (95,188,220). Sum of RGB (Red+Green+Blue) = 95+188+220=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCDC is #A04323. Grayscale: #A3A3A3. Windows color (decimal): -10502948 or 14466143. OLE color: 14466143.

HSL color Cylindrical-coordinate representation of color #5FBCDC: hue angle of 195.36º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBCDC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 188 220 -
CMYK 0.57 0.15 0 0.14
HSL 195.36º 0.64% 0.62% -
HSV(B) 195.36º 0.57% 0.86% -
XYZ 35.62 43.57 74.24 -
YUV 163.84 159.69 78.9 -
System Red Green Blue C M Y K H S L
Decimal 95 188 220 0.57 0.15 0 0.14 195.36 0.64 0.62
Hex 5F BC DC 39 F 0 E C3 40 3E
Octal 137 274 334 71 17 0 16 303 100 76
Binary 1011111 10111100 11011100 111001 1111 0 1110 11000011 1000000 111110

Color Harmonies of #5FBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCDC

Black with #5FBCDC

Text Example


Text Example

White with #5FBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,188,220); }

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

background-color css

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

 a { background-color: rgb(95,188,220); }

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

border-color css

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

 span { border-color: rgb(95,188,220); }

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