#61F0FA

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

Shades of Baby Blue #61F0FA

Tints of Baby Blue #61F0FA

Color information

#61F0FA (or 0x61F0FA) is unknown color: approx Baby Blue. HEX triplet: 61, F0 and FA. RGB value is (97,240,250). Sum of RGB (Red+Green+Blue) = 97+240+250=587 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.52% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #61F0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F0FA is #9E0F05. Grayscale: #C6C6C6. Windows color (decimal): -10358534 or 16445537. OLE color: 16445537.

HSL color Cylindrical-coordinate representation of color #61F0FA: hue angle of 183.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F0FA is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97240250-
CMYK0.610.0400.02
HSL183.92º93.87%68.04%-
HSV(B)183.92º61.2%98.04%-
XYZ53.3571.76101.48-
YUV198.38157.1255.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.52%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=16.52%
G=40.89%
B=42.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972402500.610.0400.02183.9293.8768.04
Hex61F0FA3D402b85e44
Octal14136037275402270136104
Binary110000111110000111110101111011000101011100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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