Html Css Color HEX #8AC5F6 Light Sky Blue

📋 copy color: '#8AC5F6'

red 138 ◦ green 197 ◦ blue 246

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

Shades of Light Sky Blue #8AC5F6

Tints of Light Sky Blue #8AC5F6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.91%

 BLUE value IS 246 (96.48% from 255) = 42.34%

R = 23.75%
G = 33.91%
B = 42.34%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8AC5F6 (or 0x8AC5F6) is known color: Light Sky Blue. HEX triplet: 8A, C5 and F6. RGB value is (138,197,246). Sum of RGB (Red+Green+Blue) = 138+197+246=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #8AC5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC5F6 is #753A09. Grayscale: #B8B8B8. Windows color (decimal): -7682570 or 16172426. OLE color: 16172426.

HSL color Cylindrical-coordinate representation of color #8AC5F6: hue angle of 207.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AC5F6 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 197 246 -
CMYK 0.44 0.20 0 0.04
HSL 207.22º 0.86% 0.75% -
HSV(B) 207.22º 0.44% 0.96% -
XYZ 47.08 51.99 94.74 -
YUV 184.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 138 197 246 0.44 0.20 0 0.04 207.22 0.86 0.75
Hex 8A C5 F6 2C 14 0 4 CF 56 4B
Octal 212 305 366 54 24 0 4 317 126 113
Binary 10001010 11000101 11110110 101100 10100 0 100 11001111 1010110 1001011

Color Harmonies of #8AC5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC5F6

Black with #8AC5F6

Text Example


Text Example

White with #8AC5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,197,246); }

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

background-color css

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

 a { background-color: rgb(138,197,246); }

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

border-color css

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

 span { border-color: rgb(138,197,246); }

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