Html Css Color HEX #8AD5FD Light Sky Blue

📋 copy color: '#8AD5FD'

red 138 ◦ green 213 ◦ blue 253

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

Shades of Light Sky Blue #8AD5FD

Tints of Light Sky Blue #8AD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.26%

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 22.85%
G = 35.26%
B = 41.89%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AD5FD (or 0x8AD5FD) is known color: Light Sky Blue. HEX triplet: 8A, D5 and FD. RGB value is (138,213,253). Sum of RGB (Red+Green+Blue) = 138+213+253=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD5FD is #752A02. Grayscale: #C2C2C2. Windows color (decimal): -7678467 or 16635274. OLE color: 16635274.

HSL color Cylindrical-coordinate representation of color #8AD5FD: hue angle of 200.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD5FD is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 213 253 -
CMYK 0.45 0.16 0 0.01
HSL 200.87º 0.97% 0.77% -
HSV(B) 200.87º 0.45% 0.99% -
XYZ 52.01 60.08 101.78 -
YUV 195.14 160.65 87.25 -
System Red Green Blue C M Y K H S L
Decimal 138 213 253 0.45 0.16 0 0.01 200.87 0.97 0.77
Hex 8A D5 FD 2D 10 0 1 C9 61 4D
Octal 212 325 375 55 20 0 1 311 141 115
Binary 10001010 11010101 11111101 101101 10000 0 1 11001001 1100001 1001101

Color Harmonies of #8AD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD5FD

Black with #8AD5FD

Text Example


Text Example

White with #8AD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,253); }

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

background-color css

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

 a { background-color: rgb(138,213,253); }

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

border-color css

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

 span { border-color: rgb(138,213,253); }

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