Html Css Color HEX #8FCDFA Light Sky Blue

📋 copy color: '#8FCDFA'

red 143 ◦ green 205 ◦ blue 250

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

Shades of Light Sky Blue #8FCDFA

Tints of Light Sky Blue #8FCDFA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.28%

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

R = 23.91%
G = 34.28%
B = 41.81%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8FCDFA (or 0x8FCDFA) is known color: Light Sky Blue. HEX triplet: 8F, CD and FA. RGB value is (143,205,250). Sum of RGB (Red+Green+Blue) = 143+205+250=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FCDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDFA is #703205. Grayscale: #BFBFBF. Windows color (decimal): -7352838 or 16436623. OLE color: 16436623.

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

Color convert

RGB 143 205 250 -
CMYK 0.43 0.18 0 0.02
HSL 205.23º 0.91% 0.77% -
HSV(B) 205.23º 0.43% 0.98% -
XYZ 50.41 56.4 98.67 -
YUV 191.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 143 205 250 0.43 0.18 0 0.02 205.23 0.91 0.77
Hex 8F CD FA 2B 12 0 2 CD 5B 4D
Octal 217 315 372 53 22 0 2 315 133 115
Binary 10001111 11001101 11111010 101011 10010 0 10 11001101 1011011 1001101

Color Harmonies of #8FCDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCDFA

Black with #8FCDFA

Text Example


Text Example

White with #8FCDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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