Html Css Color HEX #8ADBFF Light Sky Blue

📋 copy color: '#8ADBFF'

red 138 ◦ green 219 ◦ blue 255

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

Shades of Light Sky Blue #8ADBFF

Tints of Light Sky Blue #8ADBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.67%

R = 22.55%
G = 35.78%
B = 41.67%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8ADBFF (or 0x8ADBFF) is known color: Light Sky Blue. HEX triplet: 8A, DB and FF. RGB value is (138,219,255). Sum of RGB (Red+Green+Blue) = 138+219+255=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ADBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBFF is #752400. Grayscale: #C6C6C6. Windows color (decimal): -7676929 or 16767882. OLE color: 16767882.

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

Color convert

RGB 138 219 255 -
CMYK 0.46 0.14 0 0
HSL 198.46º 1% 0.77% -
HSV(B) 198.46º 0.46% 1% -
XYZ 53.86 63.29 103.98 -
YUV 198.89 159.66 84.57 -
System Red Green Blue C M Y K H S L
Decimal 138 219 255 0.46 0.14 0 0 198.46 1 0.77
Hex 8A DB FF 2E E 0 0 C6 64 4D
Octal 212 333 377 56 16 0 0 306 144 115
Binary 10001010 11011011 11111111 101110 1110 0 0 11000110 1100100 1001101

Color Harmonies of #8ADBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADBFF

Black with #8ADBFF

Text Example


Text Example

White with #8ADBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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