Html Css Color HEX #8DB8FA Light Sky Blue

📋 copy color: '#8DB8FA'

red 141 ◦ green 184 ◦ blue 250

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

Shades of Light Sky Blue #8DB8FA

Tints of Light Sky Blue #8DB8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32%

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

R = 24.52%
G = 32%
B = 43.48%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DB8FA (or 0x8DB8FA) is known color: Light Sky Blue. HEX triplet: 8D, B8 and FA. RGB value is (141,184,250). Sum of RGB (Red+Green+Blue) = 141+184+250=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8FA is #724705. Grayscale: #B2B2B2. Windows color (decimal): -7489286 or 16431245. OLE color: 16431245.

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

Color convert

RGB 141 184 250 -
CMYK 0.44 0.26 0 0.02
HSL 216.33º 0.92% 0.77% -
HSV(B) 216.33º 0.44% 0.98% -
XYZ 45.38 46.85 97.09 -
YUV 178.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 141 184 250 0.44 0.26 0 0.02 216.33 0.92 0.77
Hex 8D B8 FA 2C 1A 0 2 D8 5C 4D
Octal 215 270 372 54 32 0 2 330 134 115
Binary 10001101 10111000 11111010 101100 11010 0 10 11011000 1011100 1001101

Color Harmonies of #8DB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB8FA

Black with #8DB8FA

Text Example


Text Example

White with #8DB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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