Html Css Color HEX #8DBEFA Light Sky Blue

📋 copy color: '#8DBEFA'

red 141 ◦ green 190 ◦ blue 250

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

Shades of Light Sky Blue #8DBEFA

Tints of Light Sky Blue #8DBEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.7%

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

R = 24.27%
G = 32.7%
B = 43.03%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DBEFA (or 0x8DBEFA) is known color: Light Sky Blue. HEX triplet: 8D, BE and FA. RGB value is (141,190,250). Sum of RGB (Red+Green+Blue) = 141+190+250=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DBEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEFA is #724105. Grayscale: #B5B5B5. Windows color (decimal): -7487750 or 16432781. OLE color: 16432781.

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

Color convert

RGB 141 190 250 -
CMYK 0.44 0.24 0 0.02
HSL 213.03º 0.92% 0.77% -
HSV(B) 213.03º 0.44% 0.98% -
XYZ 46.65 49.39 97.52 -
YUV 182.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 141 190 250 0.44 0.24 0 0.02 213.03 0.92 0.77
Hex 8D BE FA 2C 18 0 2 D5 5C 4D
Octal 215 276 372 54 30 0 2 325 134 115
Binary 10001101 10111110 11111010 101100 11000 0 10 11010101 1011100 1001101

Color Harmonies of #8DBEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBEFA

Black with #8DBEFA

Text Example


Text Example

White with #8DBEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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