Html Css Color HEX #75D8FE Light Sky Blue

📋 copy color: '#75D8FE'

red 117 ◦ green 216 ◦ blue 254

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

Shades of Light Sky Blue #75D8FE

Tints of Light Sky Blue #75D8FE

RGB

 RED value IS 117 (46.09% from 255) = 19.93%

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

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

R = 19.93%
G = 36.8%
B = 43.27%

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

#75D8FE (or 0x75D8FE) is known color: Light Sky Blue. HEX triplet: 75, D8 and FE. RGB value is (117,216,254). Sum of RGB (Red+Green+Blue) = 117+216+254=587 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.93% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #75D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D8FE is #8A2701. Grayscale: #BEBEBE. Windows color (decimal): -9053954 or 16701557. OLE color: 16701557.

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

Color convert

RGB 117 216 254 -
CMYK 0.54 0.15 0 0.00
HSL 196.64º 0.99% 0.73% -
HSV(B) 196.64º 0.54% 1% -
XYZ 49.78 60.05 102.73 -
YUV 190.73 163.7 75.41 -
System Red Green Blue C M Y K H S L
Decimal 117 216 254 0.54 0.15 0 0.00 196.64 0.99 0.73
Hex 75 D8 FE 36 F 0 0 C5 63 49
Octal 165 330 376 66 17 0 0 305 143 111
Binary 1110101 11011000 11111110 110110 1111 0 0 11000101 1100011 1001001

Color Harmonies of #75D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D8FE

Black with #75D8FE

Text Example


Text Example

White with #75D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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