Html Css Color HEX #8FC0FC Light Sky Blue

📋 copy color: '#8FC0FC'

red 143 ◦ green 192 ◦ blue 252

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

Shades of Light Sky Blue #8FC0FC

Tints of Light Sky Blue #8FC0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.71%

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

R = 24.36%
G = 32.71%
B = 42.93%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FC0FC (or 0x8FC0FC) is known color: Light Sky Blue. HEX triplet: 8F, C0 and FC. RGB value is (143,192,252). Sum of RGB (Red+Green+Blue) = 143+192+252=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FC0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC0FC is #703F03. Grayscale: #B7B7B7. Windows color (decimal): -7356164 or 16564367. OLE color: 16564367.

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

Color convert

RGB 143 192 252 -
CMYK 0.43 0.24 0 0.01
HSL 213.03º 0.95% 0.77% -
HSV(B) 213.03º 0.43% 0.99% -
XYZ 47.75 50.57 99.34 -
YUV 184.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 143 192 252 0.43 0.24 0 0.01 213.03 0.95 0.77
Hex 8F C0 FC 2B 18 0 1 D5 5F 4D
Octal 217 300 374 53 30 0 1 325 137 115
Binary 10001111 11000000 11111100 101011 11000 0 1 11010101 1011111 1001101

Color Harmonies of #8FC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC0FC

Black with #8FC0FC

Text Example


Text Example

White with #8FC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,192,252); }

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

background-color css

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

 a { background-color: rgb(143,192,252); }

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

border-color css

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

 span { border-color: rgb(143,192,252); }

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