#61F5F6

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

Shades of Baby Blue #61F5F6

Tints of Baby Blue #61F5F6

Color information

#61F5F6 (or 0x61F5F6) is unknown color: approx Baby Blue. HEX triplet: 61, F5 and F6. RGB value is (97,245,246). Sum of RGB (Red+Green+Blue) = 97+245+246=588 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.50% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #61F5F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F5F6 is #9E0A09. Grayscale: #C8C8C8. Windows color (decimal): -10357258 or 16184673. OLE color: 16184673.

HSL color Cylindrical-coordinate representation of color #61F5F6: hue angle of 180.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F5F6 is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB97245246-
CMYK0.610.0000.04
HSL180.4º89.22%67.25%-
HSV(B)180.4º60.57%96.47%-
XYZ54.2274.598.71-
YUV200.86153.4753.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.50%
GREEN value IS 245 (96.09% from 255) = 41.67%
BLUE value IS 246 (96.48% from 255) = 41.84%
R=16.50%
G=41.67%
B=41.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972452460.610.0000.04180.489.2267.25
Hex61F5F63D004b45943
Octal14136536675004264131103
Binary11000011111010111110110111101001001011010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,245,246); }

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

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

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

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

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

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

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