Html Css Color HEX #61BFDC Malibu

📋 copy color: '#61BFDC'

red 97 ◦ green 191 ◦ blue 220

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

Shades of Malibu #61BFDC

Tints of Malibu #61BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 19.09%
G = 37.6%
B = 43.31%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61BFDC (or 0x61BFDC) is known color: Malibu. HEX triplet: 61, BF and DC. RGB value is (97,191,220). Sum of RGB (Red+Green+Blue) = 97+191+220=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #61BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFDC is #9E4023. Grayscale: #A5A5A5. Windows color (decimal): -10371108 or 14466913. OLE color: 14466913.

HSL color Cylindrical-coordinate representation of color #61BFDC: hue angle of 194.15º degrees, saturation: 0.64, 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 #61BFDC is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 191 220 -
CMYK 0.56 0.13 0 0.14
HSL 194.15º 0.64% 0.62% -
HSV(B) 194.15º 0.56% 0.86% -
XYZ 36.48 44.97 74.47 -
YUV 166.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 97 191 220 0.56 0.13 0 0.14 194.15 0.64 0.62
Hex 61 BF DC 38 D 0 E C2 40 3E
Octal 141 277 334 70 15 0 16 302 100 76
Binary 1100001 10111111 11011100 111000 1101 0 1110 11000010 1000000 111110

Color Harmonies of #61BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BFDC

Black with #61BFDC

Text Example


Text Example

White with #61BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,191,220); }

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

background-color css

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

 a { background-color: rgb(97,191,220); }

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

border-color css

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

 span { border-color: rgb(97,191,220); }

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