Html Css Color HEX #61BCDA Malibu

📋 copy color: '#61BCDA'

red 97 ◦ green 188 ◦ blue 218

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

Shades of Malibu #61BCDA

Tints of Malibu #61BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

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

R = 19.28%
G = 37.38%
B = 43.34%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#61BCDA (or 0x61BCDA) is known color: Malibu. HEX triplet: 61, BC and DA. RGB value is (97,188,218). Sum of RGB (Red+Green+Blue) = 97+188+218=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #61BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCDA is #9E4325. Grayscale: #A3A3A3. Windows color (decimal): -10371878 or 14335073. OLE color: 14335073.

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

Color convert

RGB 97 188 218 -
CMYK 0.56 0.14 0 0.15
HSL 194.88º 0.62% 0.62% -
HSV(B) 194.88º 0.56% 0.85% -
XYZ 35.57 43.57 72.86 -
YUV 164.21 158.35 80.06 -
System Red Green Blue C M Y K H S L
Decimal 97 188 218 0.56 0.14 0 0.15 194.88 0.62 0.62
Hex 61 BC DA 38 E 0 F C3 3E 3E
Octal 141 274 332 70 16 0 17 303 76 76
Binary 1100001 10111100 11011010 111000 1110 0 1111 11000011 111110 111110

Color Harmonies of #61BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCDA

Black with #61BCDA

Text Example


Text Example

White with #61BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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