Html Css Color HEX #8AD5F9 Light Sky Blue

📋 copy color: '#8AD5F9'

red 138 ◦ green 213 ◦ blue 249

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

Shades of Light Sky Blue #8AD5F9

Tints of Light Sky Blue #8AD5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.5%

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 23%
G = 35.5%
B = 41.5%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AD5F9 (or 0x8AD5F9) is known color: Light Sky Blue. HEX triplet: 8A, D5 and F9. RGB value is (138,213,249). Sum of RGB (Red+Green+Blue) = 138+213+249=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AD5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD5F9 is #752A06. Grayscale: #C2C2C2. Windows color (decimal): -7678471 or 16373130. OLE color: 16373130.

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

Color convert

RGB 138 213 249 -
CMYK 0.45 0.14 0 0.02
HSL 199.46º 0.9% 0.76% -
HSV(B) 199.46º 0.45% 0.98% -
XYZ 51.37 59.83 98.46 -
YUV 194.68 158.65 87.57 -
System Red Green Blue C M Y K H S L
Decimal 138 213 249 0.45 0.14 0 0.02 199.46 0.9 0.76
Hex 8A D5 F9 2D E 0 2 C7 5A 4C
Octal 212 325 371 55 16 0 2 307 132 114
Binary 10001010 11010101 11111001 101101 1110 0 10 11000111 1011010 1001100

Color Harmonies of #8AD5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD5F9

Black with #8AD5F9

Text Example


Text Example

White with #8AD5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,249); }

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

background-color css

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

 a { background-color: rgb(138,213,249); }

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

border-color css

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

 span { border-color: rgb(138,213,249); }

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