Html Css Color HEX #74DBFE Light Sky Blue

📋 copy color: '#74DBFE'

red 116 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #74DBFE

Tints of Light Sky Blue #74DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

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

R = 19.69%
G = 37.18%
B = 43.12%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74DBFE (or 0x74DBFE) is known color: Light Sky Blue. HEX triplet: 74, DB and FE. RGB value is (116,219,254). Sum of RGB (Red+Green+Blue) = 116+219+254=589 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.69% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #74DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DBFE is #8B2401. Grayscale: #BFBFBF. Windows color (decimal): -9118722 or 16702324. OLE color: 16702324.

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

Color convert

RGB 116 219 254 -
CMYK 0.54 0.14 0 0.00
HSL 195.22º 0.99% 0.73% -
HSV(B) 195.22º 0.54% 1% -
XYZ 50.42 61.53 102.99 -
YUV 192.19 162.88 73.65 -
System Red Green Blue C M Y K H S L
Decimal 116 219 254 0.54 0.14 0 0.00 195.22 0.99 0.73
Hex 74 DB FE 36 E 0 0 C3 63 49
Octal 164 333 376 66 16 0 0 303 143 111
Binary 1110100 11011011 11111110 110110 1110 0 0 11000011 1100011 1001001

Color Harmonies of #74DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBFE

Black with #74DBFE

Text Example


Text Example

White with #74DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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