#61F1FA

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

Shades of Baby Blue #61F1FA

Tints of Baby Blue #61F1FA

Color information

#61F1FA (or 0x61F1FA) is unknown color: approx Baby Blue. HEX triplet: 61, F1 and FA. RGB value is (97,241,250). Sum of RGB (Red+Green+Blue) = 97+241+250=588 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.50% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #61F1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F1FA is #9E0E05. Grayscale: #C6C6C6. Windows color (decimal): -10358278 or 16445793. OLE color: 16445793.

HSL color Cylindrical-coordinate representation of color #61F1FA: hue angle of 183.53º 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 #61F1FA is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97241250-
CMYK0.610.0400.02
HSL183.53º93.87%68.04%-
HSV(B)183.53º61.2%98.04%-
XYZ53.6472.35101.58-
YUV198.97156.7955.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.50%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=16.50%
G=40.99%
B=42.52%

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
Decimal972412500.610.0400.02183.5393.8768.04
Hex61F1FA3D402b85e44
Octal14136137275402270136104
Binary110000111110001111110101111011000101011100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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