Html Css Color HEX #61F0FD Baby Blue

📋 copy color: '#61F0FD'

red 97 ◦ green 240 ◦ blue 253

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

Shades of Baby Blue #61F0FD

Tints of Baby Blue #61F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.68%

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

R = 16.44%
G = 40.68%
B = 42.88%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#61F0FD (or 0x61F0FD) is known color: Baby Blue. HEX triplet: 61, F0 and FD. RGB value is (97,240,253). Sum of RGB (Red+Green+Blue) = 97+240+253=590 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.44% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #61F0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F0FD is #9E0F02. Grayscale: #C6C6C6. Windows color (decimal): -10358531 or 16642145. OLE color: 16642145.

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

Color convert

RGB 97 240 253 -
CMYK 0.62 0.05 0 0.01
HSL 185º 0.98% 0.69% -
HSV(B) 185º 0.62% 0.99% -
XYZ 53.82 71.95 103.98 -
YUV 198.73 158.62 55.44 -
System Red Green Blue C M Y K H S L
Decimal 97 240 253 0.62 0.05 0 0.01 185 0.98 0.69
Hex 61 F0 FD 3E 5 0 1 B9 62 45
Octal 141 360 375 76 5 0 1 271 142 105
Binary 1100001 11110000 11111101 111110 101 0 1 10111001 1100010 1000101

Color Harmonies of #61F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F0FD

Black with #61F0FD

Text Example


Text Example

White with #61F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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