#61F8FA

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

Shades of Baby Blue #61F8FA

Tints of Baby Blue #61F8FA

Color information

#61F8FA (or 0x61F8FA) is unknown color: approx Baby Blue. HEX triplet: 61, F8 and FA. RGB value is (97,248,250). Sum of RGB (Red+Green+Blue) = 97+248+250=595 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.30% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #61F8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F8FA is #9E0705. Grayscale: #CACACA. Windows color (decimal): -10356486 or 16447585. OLE color: 16447585.

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

Color convert

RGB97248250-
CMYK0.610.0100.02
HSL180.78º93.87%68.04%-
HSV(B)180.78º61.2%98.04%-
XYZ55.7576.58102.29-
YUV203.08154.4752.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.30%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=16.30%
G=41.68%
B=42.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972482500.610.0100.02180.7893.8768.04
Hex61F8FA3D102b55e44
Octal14137037275102265136104
Binary1100001111110001111101011110110101011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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