Html Css Color HEX #61B1DD Malibu

📋 copy color: '#61B1DD'

red 97 ◦ green 177 ◦ blue 221

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

Shades of Malibu #61B1DD

Tints of Malibu #61B1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 19.6%
G = 35.76%
B = 44.65%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61B1DD (or 0x61B1DD) is known color: Malibu. HEX triplet: 61, B1 and DD. RGB value is (97,177,221). Sum of RGB (Red+Green+Blue) = 97+177+221=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #61B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1DD is #9E4E22. Grayscale: #9D9D9D. Windows color (decimal): -10374691 or 14528865. OLE color: 14528865.

HSL color Cylindrical-coordinate representation of color #61B1DD: hue angle of 201.29º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B1DD is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 177 221 -
CMYK 0.56 0.20 0 0.13
HSL 201.29º 0.65% 0.62% -
HSV(B) 201.29º 0.56% 0.87% -
XYZ 33.7 39.21 74.2 -
YUV 158.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 97 177 221 0.56 0.20 0 0.13 201.29 0.65 0.62
Hex 61 B1 DD 38 14 0 D C9 41 3E
Octal 141 261 335 70 24 0 15 311 101 76
Binary 1100001 10110001 11011101 111000 10100 0 1101 11001001 1000001 111110

Color Harmonies of #61B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B1DD

Black with #61B1DD

Text Example


Text Example

White with #61B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,177,221); }

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

background-color css

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

 a { background-color: rgb(97,177,221); }

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

border-color css

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

 span { border-color: rgb(97,177,221); }

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