Html Css Color HEX #61AFDA Malibu

📋 copy color: '#61AFDA'

red 97 ◦ green 175 ◦ blue 218

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

Shades of Malibu #61AFDA

Tints of Malibu #61AFDA

RGB

 RED value IS 97 (38.28% from 255) = 19.8%

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

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

R = 19.8%
G = 35.71%
B = 44.49%

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

#61AFDA (or 0x61AFDA) is known color: Malibu. HEX triplet: 61, AF and DA. RGB value is (97,175,218). Sum of RGB (Red+Green+Blue) = 97+175+218=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #61AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFDA is #9E5025. Grayscale: #9C9C9C. Windows color (decimal): -10375206 or 14331745. OLE color: 14331745.

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

Color convert

RGB 97 175 218 -
CMYK 0.56 0.20 0 0.15
HSL 201.32º 0.62% 0.62% -
HSV(B) 201.32º 0.56% 0.85% -
XYZ 32.91 38.26 71.98 -
YUV 156.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 97 175 218 0.56 0.20 0 0.15 201.32 0.62 0.62
Hex 61 AF DA 38 14 0 F C9 3E 3E
Octal 141 257 332 70 24 0 17 311 76 76
Binary 1100001 10101111 11011010 111000 10100 0 1111 11001001 111110 111110

Color Harmonies of #61AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AFDA

Black with #61AFDA

Text Example


Text Example

White with #61AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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