#61EFFA

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

Shades of Baby Blue #61EFFA

Tints of Baby Blue #61EFFA

Color information

#61EFFA (or 0x61EFFA) is unknown color: approx Baby Blue. HEX triplet: 61, EF and FA. RGB value is (97,239,250). Sum of RGB (Red+Green+Blue) = 97+239+250=586 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.55% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #61EFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFFA is #9E1005. Grayscale: #C5C5C5. Windows color (decimal): -10358790 or 16445281. OLE color: 16445281.

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

Color convert

RGB97239250-
CMYK0.610.0400.02
HSL184.31º93.87%68.04%-
HSV(B)184.31º61.2%98.04%-
XYZ53.0571.18101.38-
YUV197.8157.4656.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.55%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=16.55%
G=40.78%
B=42.66%

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
Decimal972392500.610.0400.02184.3193.8768.04
Hex61EFFA3D402b85e44
Octal14135737275402270136104
Binary110000111101111111110101111011000101011100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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