Html Css Color HEX #73FCF8 Baby Blue

📋 copy color: '#73FCF8'

red 115 ◦ green 252 ◦ blue 248

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

Shades of Baby Blue #73FCF8

Tints of Baby Blue #73FCF8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.98%

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

R = 18.7%
G = 40.98%
B = 40.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#73FCF8 (or 0x73FCF8) is known color: Baby Blue. HEX triplet: 73, FC and F8. RGB value is (115,252,248). Sum of RGB (Red+Green+Blue) = 115+252+248=615 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.70% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCF8 is #8C0307. Grayscale: #D2D2D2. Windows color (decimal): -9175816 or 16317555. OLE color: 16317555.

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

Color convert

RGB 115 252 248 -
CMYK 0.54 0 0.02 0.01
HSL 178.25º 0.96% 0.72% -
HSV(B) 178.25º 0.54% 0.99% -
XYZ 58.82 80.04 101.16 -
YUV 210.58 149.11 59.83 -
System Red Green Blue C M Y K H S L
Decimal 115 252 248 0.54 0 0.02 0.01 178.25 0.96 0.72
Hex 73 FC F8 36 0 2 1 B2 60 48
Octal 163 374 370 66 0 2 1 262 140 110
Binary 1110011 11111100 11111000 110110 0 10 1 10110010 1100000 1001000

Color Harmonies of #73FCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCF8

Black with #73FCF8

Text Example


Text Example

White with #73FCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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