Html Css Color HEX #75D6FF Light Sky Blue

📋 copy color: '#75D6FF'

red 117 ◦ green 214 ◦ blue 255

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

Shades of Light Sky Blue #75D6FF

Tints of Light Sky Blue #75D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

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

R = 19.97%
G = 36.52%
B = 43.52%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75D6FF (or 0x75D6FF) is known color: Light Sky Blue. HEX triplet: 75, D6 and FF. RGB value is (117,214,255). Sum of RGB (Red+Green+Blue) = 117+214+255=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #75D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D6FF is #8A2900. Grayscale: #BDBDBD. Windows color (decimal): -9054465 or 16766581. OLE color: 16766581.

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

Color convert

RGB 117 214 255 -
CMYK 0.54 0.16 0 0
HSL 197.83º 1% 0.73% -
HSV(B) 197.83º 0.54% 1% -
XYZ 49.43 59.1 103.41 -
YUV 189.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 117 214 255 0.54 0.16 0 0 197.83 1 0.73
Hex 75 D6 FF 36 10 0 0 C6 64 49
Octal 165 326 377 66 20 0 0 306 144 111
Binary 1110101 11010110 11111111 110110 10000 0 0 11000110 1100100 1001001

Color Harmonies of #75D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D6FF

Black with #75D6FF

Text Example


Text Example

White with #75D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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