Html Css Color HEX #8BCAFE Light Sky Blue

📋 copy color: '#8BCAFE'

red 139 ◦ green 202 ◦ blue 254

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

Shades of Light Sky Blue #8BCAFE

Tints of Light Sky Blue #8BCAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.95%

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

R = 23.36%
G = 33.95%
B = 42.69%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8BCAFE (or 0x8BCAFE) is known color: Light Sky Blue. HEX triplet: 8B, CA and FE. RGB value is (139,202,254). Sum of RGB (Red+Green+Blue) = 139+202+254=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAFE is #743501. Grayscale: #BCBCBC. Windows color (decimal): -7615746 or 16697995. OLE color: 16697995.

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

Color convert

RGB 139 202 254 -
CMYK 0.45 0.20 0 0.00
HSL 207.13º 0.98% 0.77% -
HSV(B) 207.13º 0.45% 1% -
XYZ 49.66 54.89 101.74 -
YUV 189.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 139 202 254 0.45 0.20 0 0.00 207.13 0.98 0.77
Hex 8B CA FE 2D 14 0 0 CF 62 4D
Octal 213 312 376 55 24 0 0 317 142 115
Binary 10001011 11001010 11111110 101101 10100 0 0 11001111 1100010 1001101

Color Harmonies of #8BCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCAFE

Black with #8BCAFE

Text Example


Text Example

White with #8BCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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