Html Css Color HEX #5FBFDA Malibu

📋 copy color: '#5FBFDA'

red 95 ◦ green 191 ◦ blue 218

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

Shades of Malibu #5FBFDA

Tints of Malibu #5FBFDA

RGB

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

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

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

R = 18.85%
G = 37.9%
B = 43.25%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5FBFDA (or 0x5FBFDA) is known color: Malibu. HEX triplet: 5F, BF and DA. RGB value is (95,191,218). Sum of RGB (Red+Green+Blue) = 95+191+218=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFDA is #A04025. Grayscale: #A5A5A5. Windows color (decimal): -10502182 or 14335839. OLE color: 14335839.

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

Color convert

RGB 95 191 218 -
CMYK 0.56 0.12 0 0.15
HSL 193.17º 0.62% 0.61% -
HSV(B) 193.17º 0.56% 0.85% -
XYZ 36.01 44.76 73.07 -
YUV 165.37 157.7 77.8 -
System Red Green Blue C M Y K H S L
Decimal 95 191 218 0.56 0.12 0 0.15 193.17 0.62 0.61
Hex 5F BF DA 38 C 0 F C1 3E 3D
Octal 137 277 332 70 14 0 17 301 76 75
Binary 1011111 10111111 11011010 111000 1100 0 1111 11000001 111110 111101

Color Harmonies of #5FBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBFDA

Black with #5FBFDA

Text Example


Text Example

White with #5FBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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