Html Css Color HEX #8DC2FA Light Sky Blue

📋 copy color: '#8DC2FA'

red 141 ◦ green 194 ◦ blue 250

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

Shades of Light Sky Blue #8DC2FA

Tints of Light Sky Blue #8DC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.16%

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 24.1%
G = 33.16%
B = 42.74%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DC2FA (or 0x8DC2FA) is known color: Light Sky Blue. HEX triplet: 8D, C2 and FA. RGB value is (141,194,250). Sum of RGB (Red+Green+Blue) = 141+194+250=585 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.10% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC2FA is #723D05. Grayscale: #B8B8B8. Windows color (decimal): -7486726 or 16433805. OLE color: 16433805.

HSL color Cylindrical-coordinate representation of color #8DC2FA: hue angle of 210.83º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC2FA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 194 250 -
CMYK 0.44 0.22 0 0.02
HSL 210.83º 0.92% 0.77% -
HSV(B) 210.83º 0.44% 0.98% -
XYZ 47.53 51.15 97.81 -
YUV 184.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 141 194 250 0.44 0.22 0 0.02 210.83 0.92 0.77
Hex 8D C2 FA 2C 16 0 2 D3 5C 4D
Octal 215 302 372 54 26 0 2 323 134 115
Binary 10001101 11000010 11111010 101100 10110 0 10 11010011 1011100 1001101

Color Harmonies of #8DC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC2FA

Black with #8DC2FA

Text Example


Text Example

White with #8DC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,194,250); }

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

background-color css

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

 a { background-color: rgb(141,194,250); }

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

border-color css

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

 span { border-color: rgb(141,194,250); }

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