Html Css Color HEX #8FBAFA Light Sky Blue

📋 copy color: '#8FBAFA'

red 143 ◦ green 186 ◦ blue 250

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

Shades of Light Sky Blue #8FBAFA

Tints of Light Sky Blue #8FBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.12%

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

R = 24.7%
G = 32.12%
B = 43.18%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FBAFA (or 0x8FBAFA) is known color: Light Sky Blue. HEX triplet: 8F, BA and FA. RGB value is (143,186,250). Sum of RGB (Red+Green+Blue) = 143+186+250=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FBAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAFA is #704505. Grayscale: #B4B4B4. Windows color (decimal): -7357702 or 16431759. OLE color: 16431759.

HSL color Cylindrical-coordinate representation of color #8FBAFA: hue angle of 215.89º 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 #8FBAFA is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 186 250 -
CMYK 0.43 0.26 0 0.02
HSL 215.89º 0.91% 0.77% -
HSV(B) 215.89º 0.43% 0.98% -
XYZ 46.14 47.86 97.25 -
YUV 180.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 143 186 250 0.43 0.26 0 0.02 215.89 0.91 0.77
Hex 8F BA FA 2B 1A 0 2 D8 5B 4D
Octal 217 272 372 53 32 0 2 330 133 115
Binary 10001111 10111010 11111010 101011 11010 0 10 11011000 1011011 1001101

Color Harmonies of #8FBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBAFA

Black with #8FBAFA

Text Example


Text Example

White with #8FBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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