Html Css Color HEX #61B2DD Malibu

📋 copy color: '#61B2DD'

red 97 ◦ green 178 ◦ blue 221

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

Shades of Malibu #61B2DD

Tints of Malibu #61B2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 19.56%
G = 35.89%
B = 44.56%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61B2DD (or 0x61B2DD) is known color: Malibu. HEX triplet: 61, B2 and DD. RGB value is (97,178,221). Sum of RGB (Red+Green+Blue) = 97+178+221=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #61B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2DD is #9E4D22. Grayscale: #9E9E9E. Windows color (decimal): -10374435 or 14529121. OLE color: 14529121.

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

Color convert

RGB 97 178 221 -
CMYK 0.56 0.19 0 0.13
HSL 200.81º 0.65% 0.62% -
HSV(B) 200.81º 0.56% 0.87% -
XYZ 33.9 39.6 74.26 -
YUV 158.68 163.16 84 -
System Red Green Blue C M Y K H S L
Decimal 97 178 221 0.56 0.19 0 0.13 200.81 0.65 0.62
Hex 61 B2 DD 38 13 0 D C9 41 3E
Octal 141 262 335 70 23 0 15 311 101 76
Binary 1100001 10110010 11011101 111000 10011 0 1101 11001001 1000001 111110

Color Harmonies of #61B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2DD

Black with #61B2DD

Text Example


Text Example

White with #61B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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