Html Css Color HEX #8FBAF3 Light Sky Blue

📋 copy color: '#8FBAF3'

red 143 ◦ green 186 ◦ blue 243

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

Shades of Light Sky Blue #8FBAF3

Tints of Light Sky Blue #8FBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.48%

R = 25%
G = 32.52%
B = 42.48%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8FBAF3 (or 0x8FBAF3) is known color: Light Sky Blue. HEX triplet: 8F, BA and F3. RGB value is (143,186,243). Sum of RGB (Red+Green+Blue) = 143+186+243=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FBAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAF3 is #70450C. Grayscale: #B3B3B3. Windows color (decimal): -7357709 or 15973007. OLE color: 15973007.

HSL color Cylindrical-coordinate representation of color #8FBAF3: hue angle of 214.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FBAF3 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 186 243 -
CMYK 0.41 0.23 0 0.05
HSL 214.2º 0.81% 0.76% -
HSV(B) 214.2º 0.41% 0.95% -
XYZ 45.06 47.43 91.57 -
YUV 179.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 143 186 243 0.41 0.23 0 0.05 214.2 0.81 0.76
Hex 8F BA F3 29 17 0 5 D6 51 4C
Octal 217 272 363 51 27 0 5 326 121 114
Binary 10001111 10111010 11110011 101001 10111 0 101 11010110 1010001 1001100

Color Harmonies of #8FBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBAF3

Black with #8FBAF3

Text Example


Text Example

White with #8FBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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