Html Css Color HEX #8DC7FF Light Sky Blue

📋 copy color: '#8DC7FF'

red 141 ◦ green 199 ◦ blue 255

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

Shades of Light Sky Blue #8DC7FF

Tints of Light Sky Blue #8DC7FF

RGB

 RED value IS 141 (55.47% from 255) = 23.7%

 GREEN value IS 199 (78.13% from 255) = 33.45%

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

R = 23.7%
G = 33.45%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DC7FF (or 0x8DC7FF) is known color: Light Sky Blue. HEX triplet: 8D, C7 and FF. RGB value is (141,199,255). Sum of RGB (Red+Green+Blue) = 141+199+255=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC7FF is #723800. Grayscale: #BBBBBB. Windows color (decimal): -7485441 or 16762765. OLE color: 16762765.

HSL color Cylindrical-coordinate representation of color #8DC7FF: hue angle of 209.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DC7FF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 199 255 -
CMYK 0.45 0.22 0 0
HSL 209.47º 1% 0.78% -
HSV(B) 209.47º 0.45% 1% -
XYZ 49.46 53.73 102.37 -
YUV 188.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 141 199 255 0.45 0.22 0 0 209.47 1 0.78
Hex 8D C7 FF 2D 16 0 0 D1 64 4E
Octal 215 307 377 55 26 0 0 321 144 116
Binary 10001101 11000111 11111111 101101 10110 0 0 11010001 1100100 1001110

Color Harmonies of #8DC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC7FF

Black with #8DC7FF

Text Example


Text Example

White with #8DC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DC7FF; }

 p { color: rgb(141,199,255); }

 H1.HeaderClassName
 {
   color: #8DC7FF;
 }
 .AnyTagClassName
 {
   color: #8DC7FF;
 }
</style>

background-color css

<style>
 a { background-color: #8DC7FF; }

 a { background-color: rgb(141,199,255); }

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

border-color css

<style>
 span { border-color: #8DC7FF; }

 span { border-color: rgb(141,199,255); }

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