Html Css Color HEX #8AB8F8 Light Sky Blue

📋 copy color: '#8AB8F8'

red 138 ◦ green 184 ◦ blue 248

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

Shades of Light Sky Blue #8AB8F8

Tints of Light Sky Blue #8AB8F8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.28%

 BLUE value IS 248 (97.27% from 255) = 43.51%

R = 24.21%
G = 32.28%
B = 43.51%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8AB8F8 (or 0x8AB8F8) is known color: Light Sky Blue. HEX triplet: 8A, B8 and F8. RGB value is (138,184,248). Sum of RGB (Red+Green+Blue) = 138+184+248=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #8AB8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB8F8 is #754707. Grayscale: #B1B1B1. Windows color (decimal): -7685896 or 16300170. OLE color: 16300170.

HSL color Cylindrical-coordinate representation of color #8AB8F8: hue angle of 214.91º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB8F8 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 184 248 -
CMYK 0.44 0.26 0 0.03
HSL 214.91º 0.89% 0.76% -
HSV(B) 214.91º 0.44% 0.97% -
XYZ 44.57 46.46 95.43 -
YUV 177.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 138 184 248 0.44 0.26 0 0.03 214.91 0.89 0.76
Hex 8A B8 F8 2C 1A 0 3 D7 59 4C
Octal 212 270 370 54 32 0 3 327 131 114
Binary 10001010 10111000 11111000 101100 11010 0 11 11010111 1011001 1001100

Color Harmonies of #8AB8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB8F8

Black with #8AB8F8

Text Example


Text Example

White with #8AB8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,248); }

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

background-color css

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

 a { background-color: rgb(138,184,248); }

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

border-color css

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

 span { border-color: rgb(138,184,248); }

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