Html Css Color HEX #8ADCFB Light Sky Blue

📋 copy color: '#8ADCFB'

red 138 ◦ green 220 ◦ blue 251

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

Shades of Light Sky Blue #8ADCFB

Tints of Light Sky Blue #8ADCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

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

R = 22.66%
G = 36.12%
B = 41.22%

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

#8ADCFB (or 0x8ADCFB) is known color: Light Sky Blue. HEX triplet: 8A, DC and FB. RGB value is (138,220,251). Sum of RGB (Red+Green+Blue) = 138+220+251=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ADCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCFB is #752304. Grayscale: #C6C6C6. Windows color (decimal): -7676677 or 16505994. OLE color: 16505994.

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

Color convert

RGB 138 220 251 -
CMYK 0.45 0.12 0 0.02
HSL 196.46º 0.93% 0.76% -
HSV(B) 196.46º 0.45% 0.98% -
XYZ 53.49 63.55 100.72 -
YUV 199.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 138 220 251 0.45 0.12 0 0.02 196.46 0.93 0.76
Hex 8A DC FB 2D C 0 2 C4 5D 4C
Octal 212 334 373 55 14 0 2 304 135 114
Binary 10001010 11011100 11111011 101101 1100 0 10 11000100 1011101 1001100

Color Harmonies of #8ADCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCFB

Black with #8ADCFB

Text Example


Text Example

White with #8ADCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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