Html Css Color HEX #61ADDD Malibu

📋 copy color: '#61ADDD'

red 97 ◦ green 173 ◦ blue 221

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

Shades of Malibu #61ADDD

Tints of Malibu #61ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 19.76%
G = 35.23%
B = 45.01%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61ADDD (or 0x61ADDD) is known color: Malibu. HEX triplet: 61, AD and DD. RGB value is (97,173,221). Sum of RGB (Red+Green+Blue) = 97+173+221=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #61ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADDD is #9E5222. Grayscale: #9B9B9B. Windows color (decimal): -10375715 or 14527841. OLE color: 14527841.

HSL color Cylindrical-coordinate representation of color #61ADDD: hue angle of 203.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61ADDD is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 173 221 -
CMYK 0.56 0.22 0 0.13
HSL 203.23º 0.65% 0.62% -
HSV(B) 203.23º 0.56% 0.87% -
XYZ 32.92 37.65 73.94 -
YUV 155.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 97 173 221 0.56 0.22 0 0.13 203.23 0.65 0.62
Hex 61 AD DD 38 16 0 D CB 41 3E
Octal 141 255 335 70 26 0 15 313 101 76
Binary 1100001 10101101 11011101 111000 10110 0 1101 11001011 1000001 111110

Color Harmonies of #61ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ADDD

Black with #61ADDD

Text Example


Text Example

White with #61ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,173,221); }

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

background-color css

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

 a { background-color: rgb(97,173,221); }

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

border-color css

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

 span { border-color: rgb(97,173,221); }

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