Html Css Color HEX #61ABDF Malibu

📋 copy color: '#61ABDF'

red 97 ◦ green 171 ◦ blue 223

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

Shades of Malibu #61ABDF

Tints of Malibu #61ABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 19.76%
G = 34.83%
B = 45.42%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61ABDF (or 0x61ABDF) is known color: Malibu. HEX triplet: 61, AB and DF. RGB value is (97,171,223). Sum of RGB (Red+Green+Blue) = 97+171+223=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #61ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABDF is #9E5420. Grayscale: #9A9A9A. Windows color (decimal): -10376225 or 14658401. OLE color: 14658401.

HSL color Cylindrical-coordinate representation of color #61ABDF: hue angle of 204.76º 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 #61ABDF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 171 223 -
CMYK 0.57 0.23 0 0.13
HSL 204.76º 0.66% 0.63% -
HSV(B) 204.76º 0.57% 0.87% -
XYZ 32.81 36.99 75.22 -
YUV 154.8 166.48 86.77 -
System Red Green Blue C M Y K H S L
Decimal 97 171 223 0.57 0.23 0 0.13 204.76 0.66 0.63
Hex 61 AB DF 39 17 0 D CD 42 3F
Octal 141 253 337 71 27 0 15 315 102 77
Binary 1100001 10101011 11011111 111001 10111 0 1101 11001101 1000010 111111

Color Harmonies of #61ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABDF

Black with #61ABDF

Text Example


Text Example

White with #61ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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