Html Css Color HEX #61BBDB Malibu

📋 copy color: '#61BBDB'

red 97 ◦ green 187 ◦ blue 219

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

Shades of Malibu #61BBDB

Tints of Malibu #61BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.18%

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 19.28%
G = 37.18%
B = 43.54%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#61BBDB (or 0x61BBDB) is known color: Malibu. HEX triplet: 61, BB and DB. RGB value is (97,187,219). Sum of RGB (Red+Green+Blue) = 97+187+219=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #61BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBDB is #9E4424. Grayscale: #A3A3A3. Windows color (decimal): -10372133 or 14400353. OLE color: 14400353.

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

Color convert

RGB 97 187 219 -
CMYK 0.56 0.15 0 0.14
HSL 195.74º 0.63% 0.62% -
HSV(B) 195.74º 0.56% 0.86% -
XYZ 35.49 43.2 73.49 -
YUV 163.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 97 187 219 0.56 0.15 0 0.14 195.74 0.63 0.62
Hex 61 BB DB 38 F 0 E C4 3F 3E
Octal 141 273 333 70 17 0 16 304 77 76
Binary 1100001 10111011 11011011 111000 1111 0 1110 11000100 111111 111110

Color Harmonies of #61BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BBDB

Black with #61BBDB

Text Example


Text Example

White with #61BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,187,219); }

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

background-color css

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

 a { background-color: rgb(97,187,219); }

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

border-color css

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

 span { border-color: rgb(97,187,219); }

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