Html Css Color HEX #73FDF8 Baby Blue

📋 copy color: '#73FDF8'

red 115 ◦ green 253 ◦ blue 248

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

Shades of Baby Blue #73FDF8

Tints of Baby Blue #73FDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.26%

R = 18.67%
G = 41.07%
B = 40.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#73FDF8 (or 0x73FDF8) is known color: Baby Blue. HEX triplet: 73, FD and F8. RGB value is (115,253,248). Sum of RGB (Red+Green+Blue) = 115+253+248=616 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.67% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FDF8 is #8C0207. Grayscale: #D3D3D3. Windows color (decimal): -9175560 or 16317811. OLE color: 16317811.

HSL color Cylindrical-coordinate representation of color #73FDF8: hue angle of 177.83º 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 #73FDF8 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 253 248 -
CMYK 0.55 0 0.02 0.01
HSL 177.83º 0.97% 0.72% -
HSV(B) 177.83º 0.55% 0.99% -
XYZ 59.14 80.67 101.26 -
YUV 211.17 148.78 59.41 -
System Red Green Blue C M Y K H S L
Decimal 115 253 248 0.55 0 0.02 0.01 177.83 0.97 0.72
Hex 73 FD F8 37 0 2 1 B2 61 48
Octal 163 375 370 67 0 2 1 262 141 110
Binary 1110011 11111101 11111000 110111 0 10 1 10110010 1100001 1001000

Color Harmonies of #73FDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FDF8

Black with #73FDF8

Text Example


Text Example

White with #73FDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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