#61FDFF

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

Shades of Baby Blue #61FDFF

Tints of Baby Blue #61FDFF

Color information

#61FDFF (or 0x61FDFF) is unknown color: approx Baby Blue. HEX triplet: 61, FD and FF. RGB value is (97,253,255). Sum of RGB (Red+Green+Blue) = 97+253+255=605 (80% of max value = 765). Red value is 97 (38.28% from 255 or 16.03% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #61FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FDFF is #9E0200. Grayscale: #CECECE. Windows color (decimal): -10355201 or 16776545. OLE color: 16776545.

HSL color Cylindrical-coordinate representation of color #61FDFF: hue angle of 180.76º 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 #61FDFF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB97253255-
CMYK0.620.0100
HSL180.76º100%69.02%-
HSV(B)180.76º61.96%100%-
XYZ58.1180.01106.99-
YUV206.58155.3249.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.03%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 255 (100% from 255) = 42.15%
R=16.03%
G=41.82%
B=42.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal972532550.620.0100180.7610069.02
Hex61FDFF3E100b56445
Octal14137537776100265144105
Binary110000111111101111111111111101001011010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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