Html Css Color HEX #8ADDFB Light Sky Blue

📋 copy color: '#8ADDFB'

red 138 ◦ green 221 ◦ blue 251

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

Shades of Light Sky Blue #8ADDFB

Tints of Light Sky Blue #8ADDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 22.62%
G = 36.23%
B = 41.15%

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

#8ADDFB (or 0x8ADDFB) is known color: Light Sky Blue. HEX triplet: 8A, DD and FB. RGB value is (138,221,251). Sum of RGB (Red+Green+Blue) = 138+221+251=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ADDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDFB is #752204. Grayscale: #C7C7C7. Windows color (decimal): -7676421 or 16506250. OLE color: 16506250.

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

Color convert

RGB 138 221 251 -
CMYK 0.45 0.12 0 0.02
HSL 195.93º 0.93% 0.76% -
HSV(B) 195.93º 0.45% 0.98% -
XYZ 53.75 64.08 100.8 -
YUV 199.6 157 84.06 -
System Red Green Blue C M Y K H S L
Decimal 138 221 251 0.45 0.12 0 0.02 195.93 0.93 0.76
Hex 8A DD FB 2D C 0 2 C4 5D 4C
Octal 212 335 373 55 14 0 2 304 135 114
Binary 10001010 11011101 11111011 101101 1100 0 10 11000100 1011101 1001100

Color Harmonies of #8ADDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDFB

Black with #8ADDFB

Text Example


Text Example

White with #8ADDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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