Html Css Color HEX #8AD7FA Light Sky Blue

📋 copy color: '#8AD7FA'

red 138 ◦ green 215 ◦ blue 250

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

Shades of Light Sky Blue #8AD7FA

Tints of Light Sky Blue #8AD7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.66%

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

R = 22.89%
G = 35.66%
B = 41.46%

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

#8AD7FA (or 0x8AD7FA) is known color: Light Sky Blue. HEX triplet: 8A, D7 and FA. RGB value is (138,215,250). Sum of RGB (Red+Green+Blue) = 138+215+250=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AD7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD7FA is #752805. Grayscale: #C3C3C3. Windows color (decimal): -7677958 or 16439178. OLE color: 16439178.

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

Color convert

RGB 138 215 250 -
CMYK 0.45 0.14 0 0.02
HSL 198.75º 0.92% 0.76% -
HSV(B) 198.75º 0.45% 0.98% -
XYZ 52.04 60.91 99.46 -
YUV 195.97 158.49 86.65 -
System Red Green Blue C M Y K H S L
Decimal 138 215 250 0.45 0.14 0 0.02 198.75 0.92 0.76
Hex 8A D7 FA 2D E 0 2 C7 5C 4C
Octal 212 327 372 55 16 0 2 307 134 114
Binary 10001010 11010111 11111010 101101 1110 0 10 11000111 1011100 1001100

Color Harmonies of #8AD7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD7FA

Black with #8AD7FA

Text Example


Text Example

White with #8AD7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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