Html Css Color HEX #8DC6FC Light Sky Blue

📋 copy color: '#8DC6FC'

red 141 ◦ green 198 ◦ blue 252

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

Shades of Light Sky Blue #8DC6FC

Tints of Light Sky Blue #8DC6FC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 23.86%
G = 33.5%
B = 42.64%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DC6FC (or 0x8DC6FC) is known color: Light Sky Blue. HEX triplet: 8D, C6 and FC. RGB value is (141,198,252). Sum of RGB (Red+Green+Blue) = 141+198+252=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DC6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC6FC is #723903. Grayscale: #BABABA. Windows color (decimal): -7485700 or 16565901. OLE color: 16565901.

HSL color Cylindrical-coordinate representation of color #8DC6FC: hue angle of 209.19º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC6FC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 198 252 -
CMYK 0.44 0.21 0 0.01
HSL 209.19º 0.95% 0.77% -
HSV(B) 209.19º 0.44% 0.99% -
XYZ 48.75 53.08 99.77 -
YUV 187.11 164.62 95.11 -
System Red Green Blue C M Y K H S L
Decimal 141 198 252 0.44 0.21 0 0.01 209.19 0.95 0.77
Hex 8D C6 FC 2C 15 0 1 D1 5F 4D
Octal 215 306 374 54 25 0 1 321 137 115
Binary 10001101 11000110 11111100 101100 10101 0 1 11010001 1011111 1001101

Color Harmonies of #8DC6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC6FC

Black with #8DC6FC

Text Example


Text Example

White with #8DC6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,198,252); }

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

background-color css

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

 a { background-color: rgb(141,198,252); }

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

border-color css

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

 span { border-color: rgb(141,198,252); }

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