Html Css Color HEX #8AD1F9 Light Sky Blue

📋 copy color: '#8AD1F9'

red 138 ◦ green 209 ◦ blue 249

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

Shades of Light Sky Blue #8AD1F9

Tints of Light Sky Blue #8AD1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.07%

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

R = 23.15%
G = 35.07%
B = 41.78%

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

#8AD1F9 (or 0x8AD1F9) is known color: Light Sky Blue. HEX triplet: 8A, D1 and F9. RGB value is (138,209,249). Sum of RGB (Red+Green+Blue) = 138+209+249=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AD1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD1F9 is #752E06. Grayscale: #C0C0C0. Windows color (decimal): -7679495 or 16372106. OLE color: 16372106.

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

Color convert

RGB 138 209 249 -
CMYK 0.45 0.16 0 0.02
HSL 201.62º 0.9% 0.76% -
HSV(B) 201.62º 0.45% 0.98% -
XYZ 50.38 57.84 98.13 -
YUV 192.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 138 209 249 0.45 0.16 0 0.02 201.62 0.9 0.76
Hex 8A D1 F9 2D 10 0 2 CA 5A 4C
Octal 212 321 371 55 20 0 2 312 132 114
Binary 10001010 11010001 11111001 101101 10000 0 10 11001010 1011010 1001100

Color Harmonies of #8AD1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD1F9

Black with #8AD1F9

Text Example


Text Example

White with #8AD1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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