Html Css Color HEX #8DB7FA Light Sky Blue

📋 copy color: '#8DB7FA'

red 141 ◦ green 183 ◦ blue 250

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

Shades of Light Sky Blue #8DB7FA

Tints of Light Sky Blue #8DB7FA

RGB

 RED value IS 141 (55.47% from 255) = 24.56%

 GREEN value IS 183 (71.88% from 255) = 31.88%

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

R = 24.56%
G = 31.88%
B = 43.55%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DB7FA (or 0x8DB7FA) is known color: Light Sky Blue. HEX triplet: 8D, B7 and FA. RGB value is (141,183,250). Sum of RGB (Red+Green+Blue) = 141+183+250=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB7FA is #724805. Grayscale: #B1B1B1. Windows color (decimal): -7489542 or 16430989. OLE color: 16430989.

HSL color Cylindrical-coordinate representation of color #8DB7FA: hue angle of 216.88º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB7FA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 183 250 -
CMYK 0.44 0.27 0 0.02
HSL 216.88º 0.92% 0.77% -
HSV(B) 216.88º 0.44% 0.98% -
XYZ 45.17 46.43 97.02 -
YUV 178.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 141 183 250 0.44 0.27 0 0.02 216.88 0.92 0.77
Hex 8D B7 FA 2C 1B 0 2 D9 5C 4D
Octal 215 267 372 54 33 0 2 331 134 115
Binary 10001101 10110111 11111010 101100 11011 0 10 11011001 1011100 1001101

Color Harmonies of #8DB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB7FA

Black with #8DB7FA

Text Example


Text Example

White with #8DB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,183,250); }

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

background-color css

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

 a { background-color: rgb(141,183,250); }

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

border-color css

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

 span { border-color: rgb(141,183,250); }

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