Html Css Color HEX #74D9FB Light Sky Blue

📋 copy color: '#74D9FB'

red 116 ◦ green 217 ◦ blue 251

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

Shades of Light Sky Blue #74D9FB

Tints of Light Sky Blue #74D9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 19.86%
G = 37.16%
B = 42.98%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74D9FB (or 0x74D9FB) is known color: Light Sky Blue. HEX triplet: 74, D9 and FB. RGB value is (116,217,251). Sum of RGB (Red+Green+Blue) = 116+217+251=584 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.86% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #74D9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D9FB is #8B2604. Grayscale: #BEBEBE. Windows color (decimal): -9119237 or 16505204. OLE color: 16505204.

HSL color Cylindrical-coordinate representation of color #74D9FB: hue angle of 195.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74D9FB is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 217 251 -
CMYK 0.54 0.14 0 0.02
HSL 195.11º 0.94% 0.72% -
HSV(B) 195.11º 0.54% 0.98% -
XYZ 49.43 60.3 100.3 -
YUV 190.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 116 217 251 0.54 0.14 0 0.02 195.11 0.94 0.72
Hex 74 D9 FB 36 E 0 2 C3 5E 48
Octal 164 331 373 66 16 0 2 303 136 110
Binary 1110100 11011001 11111011 110110 1110 0 10 11000011 1011110 1001000

Color Harmonies of #74D9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9FB

Black with #74D9FB

Text Example


Text Example

White with #74D9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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