Html Css Color HEX #73D8FC Light Sky Blue

📋 copy color: '#73D8FC'

red 115 ◦ green 216 ◦ blue 252

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

Shades of Light Sky Blue #73D8FC

Tints of Light Sky Blue #73D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 19.73%
G = 37.05%
B = 43.22%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73D8FC (or 0x73D8FC) is known color: Light Sky Blue. HEX triplet: 73, D8 and FC. RGB value is (115,216,252). Sum of RGB (Red+Green+Blue) = 115+216+252=583 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.73% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #73D8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D8FC is #8C2703. Grayscale: #BDBDBD. Windows color (decimal): -9185028 or 16570483. OLE color: 16570483.

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

Color convert

RGB 115 216 252 -
CMYK 0.54 0.14 0 0.01
HSL 195.77º 0.96% 0.72% -
HSV(B) 195.77º 0.54% 0.99% -
XYZ 49.2 59.78 101.04 -
YUV 189.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 115 216 252 0.54 0.14 0 0.01 195.77 0.96 0.72
Hex 73 D8 FC 36 E 0 1 C4 60 48
Octal 163 330 374 66 16 0 1 304 140 110
Binary 1110011 11011000 11111100 110110 1110 0 1 11000100 1100000 1001000

Color Harmonies of #73D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D8FC

Black with #73D8FC

Text Example


Text Example

White with #73D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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