Html Css Color HEX #74D8FE Light Sky Blue

📋 copy color: '#74D8FE'

red 116 ◦ green 216 ◦ blue 254

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

Shades of Light Sky Blue #74D8FE

Tints of Light Sky Blue #74D8FE

RGB

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

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

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

R = 19.8%
G = 36.86%
B = 43.34%

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

#74D8FE (or 0x74D8FE) is known color: Light Sky Blue. HEX triplet: 74, D8 and FE. RGB value is (116,216,254). Sum of RGB (Red+Green+Blue) = 116+216+254=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #74D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D8FE is #8B2701. Grayscale: #BEBEBE. Windows color (decimal): -9119490 or 16701556. OLE color: 16701556.

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

Color convert

RGB 116 216 254 -
CMYK 0.54 0.15 0 0.00
HSL 196.52º 0.99% 0.73% -
HSV(B) 196.52º 0.54% 1% -
XYZ 49.65 59.98 102.73 -
YUV 190.43 163.87 74.91 -
System Red Green Blue C M Y K H S L
Decimal 116 216 254 0.54 0.15 0 0.00 196.52 0.99 0.73
Hex 74 D8 FE 36 F 0 0 C5 63 49
Octal 164 330 376 66 17 0 0 305 143 111
Binary 1110100 11011000 11111110 110110 1111 0 0 11000101 1100011 1001001

Color Harmonies of #74D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D8FE

Black with #74D8FE

Text Example


Text Example

White with #74D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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