Html Css Color HEX #74DCFF Light Sky Blue

📋 copy color: '#74DCFF'

red 116 ◦ green 220 ◦ blue 255

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

Shades of Light Sky Blue #74DCFF

Tints of Light Sky Blue #74DCFF

RGB

 RED value IS 116 (45.7% from 255) = 19.63%

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

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

R = 19.63%
G = 37.23%
B = 43.15%

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

#74DCFF (or 0x74DCFF) is known color: Light Sky Blue. HEX triplet: 74, DC and FF. RGB value is (116,220,255). Sum of RGB (Red+Green+Blue) = 116+220+255=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #74DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCFF is #8B2300. Grayscale: #C0C0C0. Windows color (decimal): -9118465 or 16768116. OLE color: 16768116.

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

Color convert

RGB 116 220 255 -
CMYK 0.55 0.14 0 0
HSL 195.11º 1% 0.73% -
HSV(B) 195.11º 0.55% 1% -
XYZ 50.85 62.12 103.92 -
YUV 192.89 163.04 73.15 -
System Red Green Blue C M Y K H S L
Decimal 116 220 255 0.55 0.14 0 0 195.11 1 0.73
Hex 74 DC FF 37 E 0 0 C3 64 49
Octal 164 334 377 67 16 0 0 303 144 111
Binary 1110100 11011100 11111111 110111 1110 0 0 11000011 1100100 1001001

Color Harmonies of #74DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCFF

Black with #74DCFF

Text Example


Text Example

White with #74DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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