Html Css Color HEX #8BC1FE Light Sky Blue

📋 copy color: '#8BC1FE'

red 139 ◦ green 193 ◦ blue 254

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

Shades of Light Sky Blue #8BC1FE

Tints of Light Sky Blue #8BC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.94%

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

R = 23.72%
G = 32.94%
B = 43.34%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8BC1FE (or 0x8BC1FE) is known color: Light Sky Blue. HEX triplet: 8B, C1 and FE. RGB value is (139,193,254). Sum of RGB (Red+Green+Blue) = 139+193+254=586 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.72% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BC1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC1FE is #743E01. Grayscale: #B7B7B7. Windows color (decimal): -7618050 or 16695691. OLE color: 16695691.

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

Color convert

RGB 139 193 254 -
CMYK 0.45 0.24 0 0.00
HSL 211.83º 0.98% 0.77% -
HSV(B) 211.83º 0.45% 1% -
XYZ 47.61 50.78 101.06 -
YUV 183.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 139 193 254 0.45 0.24 0 0.00 211.83 0.98 0.77
Hex 8B C1 FE 2D 18 0 0 D4 62 4D
Octal 213 301 376 55 30 0 0 324 142 115
Binary 10001011 11000001 11111110 101101 11000 0 0 11010100 1100010 1001101

Color Harmonies of #8BC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC1FE

Black with #8BC1FE

Text Example


Text Example

White with #8BC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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