Html Css Color HEX #61C7F0 Malibu

📋 copy color: '#61C7F0'

red 97 ◦ green 199 ◦ blue 240

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

Shades of Malibu #61C7F0

Tints of Malibu #61C7F0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.13%

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 18.1%
G = 37.13%
B = 44.78%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61C7F0 (or 0x61C7F0) is known color: Malibu. HEX triplet: 61, C7 and F0. RGB value is (97,199,240). Sum of RGB (Red+Green+Blue) = 97+199+240=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #61C7F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C7F0 is #9E380F. Grayscale: #ACACAC. Windows color (decimal): -10369040 or 15779681. OLE color: 15779681.

HSL color Cylindrical-coordinate representation of color #61C7F0: hue angle of 197.2º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61C7F0 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 199 240 -
CMYK 0.60 0.17 0 0.06
HSL 197.2º 0.83% 0.66% -
HSV(B) 197.2º 0.6% 0.94% -
XYZ 41.08 49.68 89.86 -
YUV 173.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 97 199 240 0.60 0.17 0 0.06 197.2 0.83 0.66
Hex 61 C7 F0 3C 11 0 6 C5 53 42
Octal 141 307 360 74 21 0 6 305 123 102
Binary 1100001 11000111 11110000 111100 10001 0 110 11000101 1010011 1000010

Color Harmonies of #61C7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C7F0

Black with #61C7F0

Text Example


Text Example

White with #61C7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,199,240); }

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

background-color css

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

 a { background-color: rgb(97,199,240); }

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

border-color css

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

 span { border-color: rgb(97,199,240); }

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