Html Css Color HEX #60AFDA Malibu

📋 copy color: '#60AFDA'

red 96 ◦ green 175 ◦ blue 218

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

Shades of Malibu #60AFDA

Tints of Malibu #60AFDA

RGB

 RED value IS 96 (37.89% from 255) = 19.63%

 GREEN value IS 175 (68.75% from 255) = 35.79%

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

R = 19.63%
G = 35.79%
B = 44.58%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60AFDA (or 0x60AFDA) is known color: Malibu. HEX triplet: 60, AF and DA. RGB value is (96,175,218). Sum of RGB (Red+Green+Blue) = 96+175+218=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #60AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFDA is #9F5025. Grayscale: #9C9C9C. Windows color (decimal): -10440742 or 14331744. OLE color: 14331744.

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

Color convert

RGB 96 175 218 -
CMYK 0.56 0.20 0 0.15
HSL 201.15º 0.62% 0.62% -
HSV(B) 201.15º 0.56% 0.85% -
XYZ 32.81 38.21 71.98 -
YUV 156.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 96 175 218 0.56 0.20 0 0.15 201.15 0.62 0.62
Hex 60 AF DA 38 14 0 F C9 3E 3E
Octal 140 257 332 70 24 0 17 311 76 76
Binary 1100000 10101111 11011010 111000 10100 0 1111 11001001 111110 111110

Color Harmonies of #60AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFDA

Black with #60AFDA

Text Example


Text Example

White with #60AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AFDA; }

 p { color: rgb(96,175,218); }

 H1.HeaderClassName
 {
   color: #60AFDA;
 }
 .AnyTagClassName
 {
   color: #60AFDA;
 }
</style>

background-color css

<style>
 a { background-color: #60AFDA; }

 a { background-color: rgb(96,175,218); }

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

border-color css

<style>
 span { border-color: #60AFDA; }

 span { border-color: rgb(96,175,218); }

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