Html Css Color HEX #73FCF2 Baby Blue

📋 copy color: '#73FCF2'

red 115 ◦ green 252 ◦ blue 242

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

Shades of Baby Blue #73FCF2

Tints of Baby Blue #73FCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.74%

R = 18.88%
G = 41.38%
B = 39.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#73FCF2 (or 0x73FCF2) is known color: Baby Blue. HEX triplet: 73, FC and F2. RGB value is (115,252,242). Sum of RGB (Red+Green+Blue) = 115+252+242=609 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.88% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCF2 is #8C030D. Grayscale: #D1D1D1. Windows color (decimal): -9175822 or 15924339. OLE color: 15924339.

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

Color convert

RGB 115 252 242 -
CMYK 0.54 0 0.04 0.01
HSL 175.62º 0.96% 0.72% -
HSV(B) 175.62º 0.54% 0.99% -
XYZ 57.91 79.68 96.33 -
YUV 209.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 115 252 242 0.54 0 0.04 0.01 175.62 0.96 0.72
Hex 73 FC F2 36 0 4 1 B0 60 48
Octal 163 374 362 66 0 4 1 260 140 110
Binary 1110011 11111100 11110010 110110 0 100 1 10110000 1100000 1001000

Color Harmonies of #73FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCF2

Black with #73FCF2

Text Example


Text Example

White with #73FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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