Html Css Color HEX #73FDFD Baby Blue

📋 copy color: '#73FDFD'

red 115 ◦ green 253 ◦ blue 253

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

Shades of Baby Blue #73FDFD

Tints of Baby Blue #73FDFD

RGB

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

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

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

R = 18.52%
G = 40.74%
B = 40.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73FDFD (or 0x73FDFD) is known color: Baby Blue. HEX triplet: 73, FD and FD. RGB value is (115,253,253). Sum of RGB (Red+Green+Blue) = 115+253+253=621 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.52% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #73FDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FDFD is #8C0202. Grayscale: #D3D3D3. Windows color (decimal): -9175555 or 16645491. OLE color: 16645491.

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

Color convert

RGB 115 253 253 -
CMYK 0.55 0 0 0.01
HSL 180º 0.97% 0.72% -
HSV(B) 180º 0.55% 0.99% -
XYZ 59.93 80.99 105.4 -
YUV 211.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 115 253 253 0.55 0 0 0.01 180 0.97 0.72
Hex 73 FD FD 37 0 0 1 B4 61 48
Octal 163 375 375 67 0 0 1 264 141 110
Binary 1110011 11111101 11111101 110111 0 0 1 10110100 1100001 1001000

Color Harmonies of #73FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FDFD

Black with #73FDFD

Text Example


Text Example

White with #73FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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