Html Css Color HEX #75D4FE Light Sky Blue

📋 copy color: '#75D4FE'

red 117 ◦ green 212 ◦ blue 254

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

Shades of Light Sky Blue #75D4FE

Tints of Light Sky Blue #75D4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.36%

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

R = 20.07%
G = 36.36%
B = 43.57%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75D4FE (or 0x75D4FE) is known color: Light Sky Blue. HEX triplet: 75, D4 and FE. RGB value is (117,212,254). Sum of RGB (Red+Green+Blue) = 117+212+254=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #75D4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D4FE is #8A2B01. Grayscale: #BCBCBC. Windows color (decimal): -9054978 or 16700533. OLE color: 16700533.

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

Color convert

RGB 117 212 254 -
CMYK 0.54 0.17 0 0.00
HSL 198.39º 0.99% 0.73% -
HSV(B) 198.39º 0.54% 1% -
XYZ 48.77 58.02 102.4 -
YUV 188.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 117 212 254 0.54 0.17 0 0.00 198.39 0.99 0.73
Hex 75 D4 FE 36 11 0 0 C6 63 49
Octal 165 324 376 66 21 0 0 306 143 111
Binary 1110101 11010100 11111110 110110 10001 0 0 11000110 1100011 1001001

Color Harmonies of #75D4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D4FE

Black with #75D4FE

Text Example


Text Example

White with #75D4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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