Html Css Color HEX #8ADBFE Light Sky Blue

📋 copy color: '#8ADBFE'

red 138 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #8ADBFE

Tints of Light Sky Blue #8ADBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.84%

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 22.59%
G = 35.84%
B = 41.57%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8ADBFE (or 0x8ADBFE) is known color: Light Sky Blue. HEX triplet: 8A, DB and FE. RGB value is (138,219,254). Sum of RGB (Red+Green+Blue) = 138+219+254=611 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.59% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ADBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBFE is #752401. Grayscale: #C6C6C6. Windows color (decimal): -7676930 or 16702346. OLE color: 16702346.

HSL color Cylindrical-coordinate representation of color #8ADBFE: hue angle of 198.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADBFE is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 219 254 -
CMYK 0.46 0.14 0 0.00
HSL 198.1º 0.98% 0.77% -
HSV(B) 198.1º 0.46% 1% -
XYZ 53.7 63.22 103.14 -
YUV 198.77 159.16 84.65 -
System Red Green Blue C M Y K H S L
Decimal 138 219 254 0.46 0.14 0 0.00 198.1 0.98 0.77
Hex 8A DB FE 2E E 0 0 C6 62 4D
Octal 212 333 376 56 16 0 0 306 142 115
Binary 10001010 11011011 11111110 101110 1110 0 0 11000110 1100010 1001101

Color Harmonies of #8ADBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBFE

Black with #8ADBFE

Text Example


Text Example

White with #8ADBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,219,254); }

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

background-color css

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

 a { background-color: rgb(138,219,254); }

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

border-color css

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

 span { border-color: rgb(138,219,254); }

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