Html Css Color HEX #8AD3FA Light Sky Blue

📋 copy color: '#8AD3FA'

red 138 ◦ green 211 ◦ blue 250

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

Shades of Light Sky Blue #8AD3FA

Tints of Light Sky Blue #8AD3FA

RGB

 RED value IS 138 (54.3% from 255) = 23.04%

 GREEN value IS 211 (82.81% from 255) = 35.23%

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

R = 23.04%
G = 35.23%
B = 41.74%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AD3FA (or 0x8AD3FA) is known color: Light Sky Blue. HEX triplet: 8A, D3 and FA. RGB value is (138,211,250). Sum of RGB (Red+Green+Blue) = 138+211+250=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AD3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD3FA is #752C05. Grayscale: #C1C1C1. Windows color (decimal): -7678982 or 16438154. OLE color: 16438154.

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

Color convert

RGB 138 211 250 -
CMYK 0.45 0.16 0 0.02
HSL 200.89º 0.92% 0.76% -
HSV(B) 200.89º 0.45% 0.98% -
XYZ 51.03 58.89 99.12 -
YUV 193.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 138 211 250 0.45 0.16 0 0.02 200.89 0.92 0.76
Hex 8A D3 FA 2D 10 0 2 C9 5C 4C
Octal 212 323 372 55 20 0 2 311 134 114
Binary 10001010 11010011 11111010 101101 10000 0 10 11001001 1011100 1001100

Color Harmonies of #8AD3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD3FA

Black with #8AD3FA

Text Example


Text Example

White with #8AD3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,211,250); }

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

background-color css

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

 a { background-color: rgb(138,211,250); }

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

border-color css

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

 span { border-color: rgb(138,211,250); }

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