Html Css Color HEX #73FDF6 Baby Blue

📋 copy color: '#73FDF6'

red 115 ◦ green 253 ◦ blue 246

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

Shades of Baby Blue #73FDF6

Tints of Baby Blue #73FDF6

RGB

 RED value IS 115 (45.31% from 255) = 18.73%

 GREEN value IS 253 (99.22% from 255) = 41.21%

 BLUE value IS 246 (96.48% from 255) = 40.07%

R = 18.73%
G = 41.21%
B = 40.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#73FDF6 (or 0x73FDF6) is known color: Baby Blue. HEX triplet: 73, FD and F6. RGB value is (115,253,246). Sum of RGB (Red+Green+Blue) = 115+253+246=614 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.73% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FDF6 is #8C0209. Grayscale: #D2D2D2. Windows color (decimal): -9175562 or 16186739. OLE color: 16186739.

HSL color Cylindrical-coordinate representation of color #73FDF6: hue angle of 176.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FDF6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 253 246 -
CMYK 0.55 0 0.03 0.01
HSL 176.96º 0.97% 0.72% -
HSV(B) 176.96º 0.55% 0.99% -
XYZ 58.83 80.55 99.64 -
YUV 210.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 115 253 246 0.55 0 0.03 0.01 176.96 0.97 0.72
Hex 73 FD F6 37 0 3 1 B1 61 48
Octal 163 375 366 67 0 3 1 261 141 110
Binary 1110011 11111101 11110110 110111 0 11 1 10110001 1100001 1001000

Color Harmonies of #73FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FDF6

Black with #73FDF6

Text Example


Text Example

White with #73FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73FDF6; }

 p { color: rgb(115,253,246); }

 H1.HeaderClassName
 {
   color: #73FDF6;
 }
 .AnyTagClassName
 {
   color: #73FDF6;
 }
</style>

background-color css

<style>
 a { background-color: #73FDF6; }

 a { background-color: rgb(115,253,246); }

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

border-color css

<style>
 span { border-color: #73FDF6; }

 span { border-color: rgb(115,253,246); }

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