Html Css Color HEX #61AFDB Malibu

📋 copy color: '#61AFDB'

red 97 ◦ green 175 ◦ blue 219

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

Shades of Malibu #61AFDB

Tints of Malibu #61AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 19.76%
G = 35.64%
B = 44.6%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61AFDB (or 0x61AFDB) is known color: Malibu. HEX triplet: 61, AF and DB. RGB value is (97,175,219). Sum of RGB (Red+Green+Blue) = 97+175+219=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #61AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFDB is #9E5024. Grayscale: #9C9C9C. Windows color (decimal): -10375205 or 14397281. OLE color: 14397281.

HSL color Cylindrical-coordinate representation of color #61AFDB: hue angle of 201.64º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61AFDB is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 175 219 -
CMYK 0.56 0.20 0 0.14
HSL 201.64º 0.63% 0.62% -
HSV(B) 201.64º 0.56% 0.86% -
XYZ 33.05 38.32 72.67 -
YUV 156.69 163.16 85.42 -
System Red Green Blue C M Y K H S L
Decimal 97 175 219 0.56 0.20 0 0.14 201.64 0.63 0.62
Hex 61 AF DB 38 14 0 E CA 3F 3E
Octal 141 257 333 70 24 0 16 312 77 76
Binary 1100001 10101111 11011011 111000 10100 0 1110 11001010 111111 111110

Color Harmonies of #61AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AFDB

Black with #61AFDB

Text Example


Text Example

White with #61AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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