#61EDFE

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

Shades of Baby Blue #61EDFE

Tints of Baby Blue #61EDFE

Color information

#61EDFE (or 0x61EDFE) is unknown color: approx Baby Blue. HEX triplet: 61, ED and FE. RGB value is (97,237,254). Sum of RGB (Red+Green+Blue) = 97+237+254=588 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.50% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #61EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDFE is #9E1201. Grayscale: #C4C4C4. Windows color (decimal): -10359298 or 16706913. OLE color: 16706913.

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

Color convert

RGB97237254-
CMYK0.620.0700.00
HSL186.5º98.74%68.82%-
HSV(B)186.5º61.81%99.61%-
XYZ53.170.27104.53-
YUV197.08160.1256.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.50%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=16.50%
G=40.31%
B=43.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal972372540.620.0700.00186.598.7468.82
Hex61EDFE3E700ba6345
Octal14135537676700272143105
Binary11000011110110111111110111110111001011101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,237,254); }

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

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

 a { background-color: rgb(97,237,254); }

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

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

 span { border-color: rgb(97,237,254); }

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