Html Css Color HEX #74D8FD Light Sky Blue

📋 copy color: '#74D8FD'

red 116 ◦ green 216 ◦ blue 253

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

Shades of Light Sky Blue #74D8FD

Tints of Light Sky Blue #74D8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 19.83%
G = 36.92%
B = 43.25%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74D8FD (or 0x74D8FD) is known color: Light Sky Blue. HEX triplet: 74, D8 and FD. RGB value is (116,216,253). Sum of RGB (Red+Green+Blue) = 116+216+253=585 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.83% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #74D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D8FD is #8B2702. Grayscale: #BEBEBE. Windows color (decimal): -9119491 or 16636020. OLE color: 16636020.

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

Color convert

RGB 116 216 253 -
CMYK 0.54 0.15 0 0.01
HSL 196.2º 0.97% 0.72% -
HSV(B) 196.2º 0.54% 0.99% -
XYZ 49.49 59.92 101.89 -
YUV 190.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 116 216 253 0.54 0.15 0 0.01 196.2 0.97 0.72
Hex 74 D8 FD 36 F 0 1 C4 61 48
Octal 164 330 375 66 17 0 1 304 141 110
Binary 1110100 11011000 11111101 110110 1111 0 1 11000100 1100001 1001000

Color Harmonies of #74D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D8FD

Black with #74D8FD

Text Example


Text Example

White with #74D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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