Html Css Color HEX #8FC2FA Light Sky Blue

📋 copy color: '#8FC2FA'

red 143 ◦ green 194 ◦ blue 250

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

Shades of Light Sky Blue #8FC2FA

Tints of Light Sky Blue #8FC2FA

RGB

 RED value IS 143 (56.25% from 255) = 24.36%

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

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

R = 24.36%
G = 33.05%
B = 42.59%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FC2FA (or 0x8FC2FA) is known color: Light Sky Blue. HEX triplet: 8F, C2 and FA. RGB value is (143,194,250). Sum of RGB (Red+Green+Blue) = 143+194+250=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2FA is #703D05. Grayscale: #B8B8B8. Windows color (decimal): -7355654 or 16433807. OLE color: 16433807.

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

Color convert

RGB 143 194 250 -
CMYK 0.43 0.22 0 0.02
HSL 211.4º 0.91% 0.77% -
HSV(B) 211.4º 0.43% 0.98% -
XYZ 47.87 51.33 97.83 -
YUV 185.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 143 194 250 0.43 0.22 0 0.02 211.4 0.91 0.77
Hex 8F C2 FA 2B 16 0 2 D3 5B 4D
Octal 217 302 372 53 26 0 2 323 133 115
Binary 10001111 11000010 11111010 101011 10110 0 10 11010011 1011011 1001101

Color Harmonies of #8FC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC2FA

Black with #8FC2FA

Text Example


Text Example

White with #8FC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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