Html Css Color HEX #8FD7FF Light Sky Blue

📋 copy color: '#8FD7FF'

red 143 ◦ green 215 ◦ blue 255

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

Shades of Light Sky Blue #8FD7FF

Tints of Light Sky Blue #8FD7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.07%

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

R = 23.33%
G = 35.07%
B = 41.6%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8FD7FF (or 0x8FD7FF) is known color: Light Sky Blue. HEX triplet: 8F, D7 and FF. RGB value is (143,215,255). Sum of RGB (Red+Green+Blue) = 143+215+255=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FD7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD7FF is #702800. Grayscale: #C5C5C5. Windows color (decimal): -7350273 or 16766863. OLE color: 16766863.

HSL color Cylindrical-coordinate representation of color #8FD7FF: hue angle of 201.43º 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 #8FD7FF is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 215 255 -
CMYK 0.44 0.16 0 0
HSL 201.43º 1% 0.78% -
HSV(B) 201.43º 0.44% 1% -
XYZ 53.68 61.66 103.68 -
YUV 198.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 143 215 255 0.44 0.16 0 0 201.43 1 0.78
Hex 8F D7 FF 2C 10 0 0 C9 64 4E
Octal 217 327 377 54 20 0 0 311 144 116
Binary 10001111 11010111 11111111 101100 10000 0 0 11001001 1100100 1001110

Color Harmonies of #8FD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD7FF

Black with #8FD7FF

Text Example


Text Example

White with #8FD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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