Html Css Color HEX #5FACDA Malibu

📋 copy color: '#5FACDA'

red 95 ◦ green 172 ◦ blue 218

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

Shades of Malibu #5FACDA

Tints of Malibu #5FACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 19.59%
G = 35.46%
B = 44.95%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5FACDA (or 0x5FACDA) is known color: Malibu. HEX triplet: 5F, AC and DA. RGB value is (95,172,218). Sum of RGB (Red+Green+Blue) = 95+172+218=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACDA is #A05325. Grayscale: #999999. Windows color (decimal): -10507046 or 14330975. OLE color: 14330975.

HSL color Cylindrical-coordinate representation of color #5FACDA: hue angle of 202.44º 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 #5FACDA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 172 218 -
CMYK 0.56 0.21 0 0.15
HSL 202.44º 0.62% 0.61% -
HSV(B) 202.44º 0.56% 0.85% -
XYZ 32.13 37 71.78 -
YUV 154.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 95 172 218 0.56 0.21 0 0.15 202.44 0.62 0.61
Hex 5F AC DA 38 15 0 F CA 3E 3D
Octal 137 254 332 70 25 0 17 312 76 75
Binary 1011111 10101100 11011010 111000 10101 0 1111 11001010 111110 111101

Color Harmonies of #5FACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACDA

Black with #5FACDA

Text Example


Text Example

White with #5FACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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