Html Css Color HEX #74D9FE Light Sky Blue

📋 copy color: '#74D9FE'

red 116 ◦ green 217 ◦ blue 254

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

Shades of Light Sky Blue #74D9FE

Tints of Light Sky Blue #74D9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.97%

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 19.76%
G = 36.97%
B = 43.27%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74D9FE (or 0x74D9FE) is known color: Light Sky Blue. HEX triplet: 74, D9 and FE. RGB value is (116,217,254). Sum of RGB (Red+Green+Blue) = 116+217+254=587 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.76% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #74D9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D9FE is #8B2601. Grayscale: #BEBEBE. Windows color (decimal): -9119234 or 16701812. OLE color: 16701812.

HSL color Cylindrical-coordinate representation of color #74D9FE: hue angle of 196.09º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74D9FE is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 217 254 -
CMYK 0.54 0.15 0 0.00
HSL 196.09º 0.99% 0.73% -
HSV(B) 196.09º 0.54% 1% -
XYZ 49.9 60.49 102.81 -
YUV 191.02 163.54 74.49 -
System Red Green Blue C M Y K H S L
Decimal 116 217 254 0.54 0.15 0 0.00 196.09 0.99 0.73
Hex 74 D9 FE 36 F 0 0 C4 63 49
Octal 164 331 376 66 17 0 0 304 143 111
Binary 1110100 11011001 11111110 110110 1111 0 0 11000100 1100011 1001001

Color Harmonies of #74D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9FE

Black with #74D9FE

Text Example


Text Example

White with #74D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,217,254); }

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

background-color css

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

 a { background-color: rgb(116,217,254); }

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

border-color css

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

 span { border-color: rgb(116,217,254); }

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