Html Css Color HEX #74D7FE Light Sky Blue

📋 copy color: '#74D7FE'

red 116 ◦ green 215 ◦ blue 254

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

Shades of Light Sky Blue #74D7FE

Tints of Light Sky Blue #74D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

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

R = 19.83%
G = 36.75%
B = 43.42%

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

#74D7FE (or 0x74D7FE) is known color: Light Sky Blue. HEX triplet: 74, D7 and FE. RGB value is (116,215,254). Sum of RGB (Red+Green+Blue) = 116+215+254=585 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.83% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #74D7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D7FE is #8B2801. Grayscale: #BDBDBD. Windows color (decimal): -9119746 or 16701300. OLE color: 16701300.

HSL color Cylindrical-coordinate representation of color #74D7FE: hue angle of 196.96º 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 #74D7FE is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 215 254 -
CMYK 0.54 0.15 0 0.00
HSL 196.96º 0.99% 0.73% -
HSV(B) 196.96º 0.54% 1% -
XYZ 49.39 59.47 102.64 -
YUV 189.85 164.2 75.33 -
System Red Green Blue C M Y K H S L
Decimal 116 215 254 0.54 0.15 0 0.00 196.96 0.99 0.73
Hex 74 D7 FE 36 F 0 0 C5 63 49
Octal 164 327 376 66 17 0 0 305 143 111
Binary 1110100 11010111 11111110 110110 1111 0 0 11000101 1100011 1001001

Color Harmonies of #74D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D7FE

Black with #74D7FE

Text Example


Text Example

White with #74D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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