#61FDF2

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

Shades of Baby Blue #61FDF2

Tints of Baby Blue #61FDF2

Color information

#61FDF2 (or 0x61FDF2) is unknown color: approx Baby Blue. HEX triplet: 61, FD and F2. RGB value is (97,253,242). Sum of RGB (Red+Green+Blue) = 97+253+242=592 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.39% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FDF2 is #9E020D. Grayscale: #CCCCCC. Windows color (decimal): -10355214 or 15924577. OLE color: 15924577.

HSL color Cylindrical-coordinate representation of color #61FDF2: hue angle of 175.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDF2 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB97253242-
CMYK0.6200.040.01
HSL175.77º97.5%68.63%-
HSV(B)175.77º61.66%99.22%-
XYZ56.0879.296.34-
YUV205.1148.8250.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.39%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=16.39%
G=42.74%
B=40.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972532420.6200.040.01175.7797.568.63
Hex61FDF23E041b06245
Octal14137536276041260142105
Binary11000011111110111110010111110010011011000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,253,242); }

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

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

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

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

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

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

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