#61EBFF

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

Shades of Baby Blue #61EBFF

Tints of Baby Blue #61EBFF

Color information

#61EBFF (or 0x61EBFF) is unknown color: approx Baby Blue. HEX triplet: 61, EB and FF. RGB value is (97,235,255). Sum of RGB (Red+Green+Blue) = 97+235+255=587 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.52% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #61EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EBFF is #9E1400. Grayscale: #C3C3C3. Windows color (decimal): -10359809 or 16771937. OLE color: 16771937.

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

Color convert

RGB97235255-
CMYK0.620.0800
HSL187.59º100%69.02%-
HSV(B)187.59º61.96%100%-
XYZ52.6969.18105.18-
YUV196.02161.2857.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.52%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 255 (100% from 255) = 43.44%
R=16.52%
G=40.03%
B=43.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal972352550.620.0800187.5910069.02
Hex61EBFF3E800bc6445
Octal141353377761000274144105
Binary110000111101011111111111111101000001011110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,235,255); }

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

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

 a { background-color: rgb(97,235,255); }

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

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

 span { border-color: rgb(97,235,255); }

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