Html Css Color HEX #8ADDFA Light Sky Blue

📋 copy color: '#8ADDFA'

red 138 ◦ green 221 ◦ blue 250

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

Shades of Light Sky Blue #8ADDFA

Tints of Light Sky Blue #8ADDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

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

R = 22.66%
G = 36.29%
B = 41.05%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8ADDFA (or 0x8ADDFA) is known color: Light Sky Blue. HEX triplet: 8A, DD and FA. RGB value is (138,221,250). Sum of RGB (Red+Green+Blue) = 138+221+250=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ADDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDFA is #752205. Grayscale: #C7C7C7. Windows color (decimal): -7676422 or 16440714. OLE color: 16440714.

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

Color convert

RGB 138 221 250 -
CMYK 0.45 0.12 0 0.02
HSL 195.54º 0.92% 0.76% -
HSV(B) 195.54º 0.45% 0.98% -
XYZ 53.59 64.02 99.97 -
YUV 199.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 138 221 250 0.45 0.12 0 0.02 195.54 0.92 0.76
Hex 8A DD FA 2D C 0 2 C4 5C 4C
Octal 212 335 372 55 14 0 2 304 134 114
Binary 10001010 11011101 11111010 101101 1100 0 10 11000100 1011100 1001100

Color Harmonies of #8ADDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDFA

Black with #8ADDFA

Text Example


Text Example

White with #8ADDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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