Html Css Color HEX #73DCFF Light Sky Blue

📋 copy color: '#73DCFF'

red 115 ◦ green 220 ◦ blue 255

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

Shades of Light Sky Blue #73DCFF

Tints of Light Sky Blue #73DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.29%

 BLUE value IS 255 (100% from 255) = 43.22%

R = 19.49%
G = 37.29%
B = 43.22%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73DCFF (or 0x73DCFF) is known color: Light Sky Blue. HEX triplet: 73, DC and FF. RGB value is (115,220,255). Sum of RGB (Red+Green+Blue) = 115+220+255=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #73DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCFF is #8C2300. Grayscale: #C0C0C0. Windows color (decimal): -9184001 or 16768115. OLE color: 16768115.

HSL color Cylindrical-coordinate representation of color #73DCFF: hue angle of 195º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73DCFF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 220 255 -
CMYK 0.55 0.14 0 0
HSL 195º 1% 0.73% -
HSV(B) 195º 0.55% 1% -
XYZ 50.71 62.05 103.91 -
YUV 192.6 163.21 72.65 -
System Red Green Blue C M Y K H S L
Decimal 115 220 255 0.55 0.14 0 0 195 1 0.73
Hex 73 DC FF 37 E 0 0 C3 64 49
Octal 163 334 377 67 16 0 0 303 144 111
Binary 1110011 11011100 11111111 110111 1110 0 0 11000011 1100100 1001001

Color Harmonies of #73DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCFF

Black with #73DCFF

Text Example


Text Example

White with #73DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,220,255); }

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

background-color css

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

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

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

border-color css

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

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

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