Html Css Color HEX #61FFFD Baby Blue

📋 copy color: '#61FFFD'

red 97 ◦ green 255 ◦ blue 253

#61FFFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #61FFFD

Tints of Baby Blue #61FFFD

RGB

 RED value IS 97 (38.28% from 255) = 16.03%

 GREEN value IS 255 (100% from 255) = 42.15%

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 16.03%
G = 42.15%
B = 41.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#61FFFD (or 0x61FFFD) is known color: Baby Blue. HEX triplet: 61, FF and FD. RGB value is (97,255,253). Sum of RGB (Red+Green+Blue) = 97+255+253=605 (80% of max value = 765). Red value is 97 (38.28% from 255 or 16.03% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFFD is #9E0002. Grayscale: #CFCFCF. Windows color (decimal): -10354691 or 16645985. OLE color: 16645985.

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

Color convert

RGB 97 255 253 -
CMYK 0.62 0 0.01 0
HSL 179.24º 1% 0.69% -
HSV(B) 179.24º 0.62% 1% -
XYZ 58.42 81.15 105.51 -
YUV 207.53 153.65 49.16 -
System Red Green Blue C M Y K H S L
Decimal 97 255 253 0.62 0 0.01 0 179.24 1 0.69
Hex 61 FF FD 3E 0 1 0 B3 64 45
Octal 141 377 375 76 0 1 0 263 144 105
Binary 1100001 11111111 11111101 111110 0 1 0 10110011 1100100 1000101

Color Harmonies of #61FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFFD

Black with #61FFFD

Text Example


Text Example

White with #61FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61FFFD;
 }
 .AnyTagClassName
 {
   color: #61FFFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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