Html Css Color HEX #61ADDF Malibu

📋 copy color: '#61ADDF'

red 97 ◦ green 173 ◦ blue 223

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

Shades of Malibu #61ADDF

Tints of Malibu #61ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 19.68%
G = 35.09%
B = 45.23%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61ADDF (or 0x61ADDF) is known color: Malibu. HEX triplet: 61, AD and DF. RGB value is (97,173,223). Sum of RGB (Red+Green+Blue) = 97+173+223=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #61ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADDF is #9E5220. Grayscale: #9B9B9B. Windows color (decimal): -10375713 or 14658913. OLE color: 14658913.

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

Color convert

RGB 97 173 223 -
CMYK 0.57 0.22 0 0.13
HSL 203.81º 0.66% 0.63% -
HSV(B) 203.81º 0.57% 0.87% -
XYZ 33.19 37.76 75.35 -
YUV 155.98 165.82 85.93 -
System Red Green Blue C M Y K H S L
Decimal 97 173 223 0.57 0.22 0 0.13 203.81 0.66 0.63
Hex 61 AD DF 39 16 0 D CC 42 3F
Octal 141 255 337 71 26 0 15 314 102 77
Binary 1100001 10101101 11011111 111001 10110 0 1101 11001100 1000010 111111

Color Harmonies of #61ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ADDF

Black with #61ADDF

Text Example


Text Example

White with #61ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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