#61EFF1

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

Shades of Baby Blue #61EFF1

Tints of Baby Blue #61EFF1

Color information

#61EFF1 (or 0x61EFF1) is unknown color: approx Baby Blue. HEX triplet: 61, EF and F1. RGB value is (97,239,241). Sum of RGB (Red+Green+Blue) = 97+239+241=577 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.81% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #61EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFF1 is #9E100E. Grayscale: #C4C4C4. Windows color (decimal): -10358799 or 15855457. OLE color: 15855457.

HSL color Cylindrical-coordinate representation of color #61EFF1: hue angle of 180.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61EFF1 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97239241-
CMYK0.600.0100.05
HSL180.83º83.72%66.27%-
HSV(B)180.83º59.75%94.51%-
XYZ51.6770.6394.13-
YUV196.77152.9656.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.81%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=16.81%
G=41.42%
B=41.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972392410.600.0100.05180.8383.7266.27
Hex61EFF13C105b55442
Octal14135736174105265124102
Binary11000011110111111110001111100101011011010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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