Html Css Color HEX #75DCFF Light Sky Blue

📋 copy color: '#75DCFF'

red 117 ◦ green 220 ◦ blue 255

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

Shades of Light Sky Blue #75DCFF

Tints of Light Sky Blue #75DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 19.76%
G = 37.16%
B = 43.07%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75DCFF (or 0x75DCFF) is known color: Light Sky Blue. HEX triplet: 75, DC and FF. RGB value is (117,220,255). Sum of RGB (Red+Green+Blue) = 117+220+255=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #75DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DCFF is #8A2300. Grayscale: #C0C0C0. Windows color (decimal): -9052929 or 16768117. OLE color: 16768117.

HSL color Cylindrical-coordinate representation of color #75DCFF: hue angle of 195.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DCFF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 220 255 -
CMYK 0.54 0.14 0 0
HSL 195.22º 1% 0.73% -
HSV(B) 195.22º 0.54% 1% -
XYZ 50.98 62.19 103.92 -
YUV 193.19 162.88 73.65 -
System Red Green Blue C M Y K H S L
Decimal 117 220 255 0.54 0.14 0 0 195.22 1 0.73
Hex 75 DC FF 36 E 0 0 C3 64 49
Octal 165 334 377 66 16 0 0 303 144 111
Binary 1110101 11011100 11111111 110110 1110 0 0 11000011 1100100 1001001

Color Harmonies of #75DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCFF

Black with #75DCFF

Text Example


Text Example

White with #75DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,255); }

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

background-color css

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

 a { background-color: rgb(117,220,255); }

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

border-color css

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

 span { border-color: rgb(117,220,255); }

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