Html Css Color HEX #61BFDA Malibu

📋 copy color: '#61BFDA'

red 97 ◦ green 191 ◦ blue 218

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

Shades of Malibu #61BFDA

Tints of Malibu #61BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 19.17%
G = 37.75%
B = 43.08%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61BFDA (or 0x61BFDA) is known color: Malibu. HEX triplet: 61, BF and DA. RGB value is (97,191,218). Sum of RGB (Red+Green+Blue) = 97+191+218=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #61BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFDA is #9E4025. Grayscale: #A5A5A5. Windows color (decimal): -10371110 or 14335841. OLE color: 14335841.

HSL color Cylindrical-coordinate representation of color #61BFDA: hue angle of 193.39º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BFDA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 191 218 -
CMYK 0.56 0.12 0 0.15
HSL 193.39º 0.62% 0.62% -
HSV(B) 193.39º 0.56% 0.85% -
XYZ 36.22 44.86 73.08 -
YUV 165.97 157.36 78.8 -
System Red Green Blue C M Y K H S L
Decimal 97 191 218 0.56 0.12 0 0.15 193.39 0.62 0.62
Hex 61 BF DA 38 C 0 F C1 3E 3E
Octal 141 277 332 70 14 0 17 301 76 76
Binary 1100001 10111111 11011010 111000 1100 0 1111 11000001 111110 111110

Color Harmonies of #61BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BFDA

Black with #61BFDA

Text Example


Text Example

White with #61BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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