Html Css Color HEX #8FC5FF Light Sky Blue

📋 copy color: '#8FC5FF'

red 143 ◦ green 197 ◦ blue 255

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

Shades of Light Sky Blue #8FC5FF

Tints of Light Sky Blue #8FC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.11%

 BLUE value IS 255 (100% from 255) = 42.86%

R = 24.03%
G = 33.11%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FC5FF (or 0x8FC5FF) is known color: Light Sky Blue. HEX triplet: 8F, C5 and FF. RGB value is (143,197,255). Sum of RGB (Red+Green+Blue) = 143+197+255=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC5FF is #703A00. Grayscale: #BBBBBB. Windows color (decimal): -7354881 or 16762255. OLE color: 16762255.

HSL color Cylindrical-coordinate representation of color #8FC5FF: hue angle of 211.07º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FC5FF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 197 255 -
CMYK 0.44 0.23 0 0
HSL 211.07º 1% 0.78% -
HSV(B) 211.07º 0.44% 1% -
XYZ 49.34 52.99 102.24 -
YUV 187.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 143 197 255 0.44 0.23 0 0 211.07 1 0.78
Hex 8F C5 FF 2C 17 0 0 D3 64 4E
Octal 217 305 377 54 27 0 0 323 144 116
Binary 10001111 11000101 11111111 101100 10111 0 0 11010011 1100100 1001110

Color Harmonies of #8FC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC5FF

Black with #8FC5FF

Text Example


Text Example

White with #8FC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,197,255); }

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

background-color css

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

 a { background-color: rgb(143,197,255); }

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

border-color css

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

 span { border-color: rgb(143,197,255); }

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