#61f0f0

Color #61F0F0 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #61F0F0

Tints of Baby Blue #61F0F0

Color information

#61F0F0 (or 0x61F0F0) is unknown color: approx Baby Blue. HEX triplet: 61, F0 and F0. RGB value is (97,240,240). Sum of RGB (Red+Green+Blue) = 97+240+240=577 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.81% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #61F0F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F0F0 is #9E0F0F. Grayscale: #C5C5C5. Windows color (decimal): -10358544 or 15790177. OLE color: 15790177.

HSL color Cylindrical-coordinate representation of color #61F0F0: hue angle of 180º 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 #61F0F0 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97240240-
CMYK0.60000.06
HSL180º82.66%66.08%-
HSV(B)180º59.58%94.12%-
XYZ51.8271.1593.44-
YUV197.24152.1256.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.81%
GREEN value IS 240 (94.14% from 255) = 41.59%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=16.81%
G=41.59%
B=41.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972402400.60000.0618082.6666.08
Hex61F0F03C006b45342
Octal14136036074006264123102
Binary11000011111000011110000111100001101011010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61f0f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61f0f0;
 }
 .AnyTagClassName
 {
   color: #61f0f0;
 }
</style>
background-color css

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

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

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

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

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

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