Html Css Color HEX #8AD9FA Light Sky Blue

📋 copy color: '#8AD9FA'

red 138 ◦ green 217 ◦ blue 250

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

Shades of Light Sky Blue #8AD9FA

Tints of Light Sky Blue #8AD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.87%

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

R = 22.81%
G = 35.87%
B = 41.32%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AD9FA (or 0x8AD9FA) is known color: Light Sky Blue. HEX triplet: 8A, D9 and FA. RGB value is (138,217,250). Sum of RGB (Red+Green+Blue) = 138+217+250=605 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.81% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD9FA is #752605. Grayscale: #C4C4C4. Windows color (decimal): -7677446 or 16439690. OLE color: 16439690.

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

Color convert

RGB 138 217 250 -
CMYK 0.45 0.13 0 0.02
HSL 197.68º 0.92% 0.76% -
HSV(B) 197.68º 0.45% 0.98% -
XYZ 52.55 61.93 99.63 -
YUV 197.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 138 217 250 0.45 0.13 0 0.02 197.68 0.92 0.76
Hex 8A D9 FA 2D D 0 2 C6 5C 4C
Octal 212 331 372 55 15 0 2 306 134 114
Binary 10001010 11011001 11111010 101101 1101 0 10 11000110 1011100 1001100

Color Harmonies of #8AD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD9FA

Black with #8AD9FA

Text Example


Text Example

White with #8AD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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