Html Css Color HEX #8AC2FA Light Sky Blue

📋 copy color: '#8AC2FA'

red 138 ◦ green 194 ◦ blue 250

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

Shades of Light Sky Blue #8AC2FA

Tints of Light Sky Blue #8AC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.33%

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

R = 23.71%
G = 33.33%
B = 42.96%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AC2FA (or 0x8AC2FA) is known color: Light Sky Blue. HEX triplet: 8A, C2 and FA. RGB value is (138,194,250). Sum of RGB (Red+Green+Blue) = 138+194+250=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC2FA is #753D05. Grayscale: #B7B7B7. Windows color (decimal): -7683334 or 16433802. OLE color: 16433802.

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

Color convert

RGB 138 194 250 -
CMYK 0.45 0.22 0 0.02
HSL 210º 0.92% 0.76% -
HSV(B) 210º 0.45% 0.98% -
XYZ 47.03 50.89 97.79 -
YUV 183.64 165.45 95.45 -
System Red Green Blue C M Y K H S L
Decimal 138 194 250 0.45 0.22 0 0.02 210 0.92 0.76
Hex 8A C2 FA 2D 16 0 2 D2 5C 4C
Octal 212 302 372 55 26 0 2 322 134 114
Binary 10001010 11000010 11111010 101101 10110 0 10 11010010 1011100 1001100

Color Harmonies of #8AC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC2FA

Black with #8AC2FA

Text Example


Text Example

White with #8AC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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