Html Css Color HEX #75DDFE Light Sky Blue

📋 copy color: '#75DDFE'

red 117 ◦ green 221 ◦ blue 254

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

Shades of Light Sky Blue #75DDFE

Tints of Light Sky Blue #75DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

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

R = 19.76%
G = 37.33%
B = 42.91%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75DDFE (or 0x75DDFE) is known color: Light Sky Blue. HEX triplet: 75, DD and FE. RGB value is (117,221,254). Sum of RGB (Red+Green+Blue) = 117+221+254=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #75DDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DDFE is #8A2201. Grayscale: #C1C1C1. Windows color (decimal): -9052674 or 16702837. OLE color: 16702837.

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

Color convert

RGB 117 221 254 -
CMYK 0.54 0.13 0 0.00
HSL 194.45º 0.99% 0.73% -
HSV(B) 194.45º 0.54% 1% -
XYZ 51.08 62.65 103.17 -
YUV 193.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 117 221 254 0.54 0.13 0 0.00 194.45 0.99 0.73
Hex 75 DD FE 36 D 0 0 C2 63 49
Octal 165 335 376 66 15 0 0 302 143 111
Binary 1110101 11011101 11111110 110110 1101 0 0 11000010 1100011 1001001

Color Harmonies of #75DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DDFE

Black with #75DDFE

Text Example


Text Example

White with #75DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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