#61FBEE

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

Shades of Baby Blue #61FBEE

Tints of Baby Blue #61FBEE

Color information

#61FBEE (or 0x61FBEE) is unknown color: approx Baby Blue. HEX triplet: 61, FB and EE. RGB value is (97,251,238). Sum of RGB (Red+Green+Blue) = 97+251+238=586 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.55% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FBEE is #9E0411. Grayscale: #CBCBCB. Windows color (decimal): -10355730 or 15661921. OLE color: 15661921.

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

Color convert

RGB97251238-
CMYK0.6100.050.02
HSL174.94º95.06%68.24%-
HSV(B)174.94º61.35%98.43%-
XYZ54.8677.7193-
YUV203.47147.4852.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.55%
GREEN value IS 251 (98.44% from 255) = 42.83%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=16.55%
G=42.83%
B=40.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972512380.6100.050.02174.9495.0668.24
Hex61FBEE3D052af5f44
Octal14137335675052257137104
Binary110000111111011111011101111010101101010111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,251,238); }

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

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

 a { background-color: rgb(97,251,238); }

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

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

 span { border-color: rgb(97,251,238); }

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