Html Css Color HEX #8BDAFE Light Sky Blue

📋 copy color: '#8BDAFE'

red 139 ◦ green 218 ◦ blue 254

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

Shades of Light Sky Blue #8BDAFE

Tints of Light Sky Blue #8BDAFE

RGB

 RED value IS 139 (54.69% from 255) = 22.75%

 GREEN value IS 218 (85.55% from 255) = 35.68%

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

R = 22.75%
G = 35.68%
B = 41.57%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8BDAFE (or 0x8BDAFE) is known color: Light Sky Blue. HEX triplet: 8B, DA and FE. RGB value is (139,218,254). Sum of RGB (Red+Green+Blue) = 139+218+254=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 218 (85.55% from 255 or 35.68% 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 #8BDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAFE is #742501. Grayscale: #C6C6C6. Windows color (decimal): -7611650 or 16702091. OLE color: 16702091.

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

Color convert

RGB 139 218 254 -
CMYK 0.45 0.14 0 0.00
HSL 198.78º 0.98% 0.77% -
HSV(B) 198.78º 0.45% 1% -
XYZ 53.61 62.79 103.06 -
YUV 198.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 139 218 254 0.45 0.14 0 0.00 198.78 0.98 0.77
Hex 8B DA FE 2D E 0 0 C7 62 4D
Octal 213 332 376 55 16 0 0 307 142 115
Binary 10001011 11011010 11111110 101101 1110 0 0 11000111 1100010 1001101

Color Harmonies of #8BDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDAFE

Black with #8BDAFE

Text Example


Text Example

White with #8BDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,218,254); }

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

background-color css

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

 a { background-color: rgb(139,218,254); }

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

border-color css

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

 span { border-color: rgb(139,218,254); }

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