Html Css Color HEX #8BCBFE Light Sky Blue

📋 copy color: '#8BCBFE'

red 139 ◦ green 203 ◦ blue 254

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

Shades of Light Sky Blue #8BCBFE

Tints of Light Sky Blue #8BCBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.06%

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

R = 23.32%
G = 34.06%
B = 42.62%

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

#8BCBFE (or 0x8BCBFE) is known color: Light Sky Blue. HEX triplet: 8B, CB and FE. RGB value is (139,203,254). Sum of RGB (Red+Green+Blue) = 139+203+254=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCBFE is #743401. Grayscale: #BDBDBD. Windows color (decimal): -7615490 or 16698251. OLE color: 16698251.

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

Color convert

RGB 139 203 254 -
CMYK 0.45 0.20 0 0.00
HSL 206.61º 0.98% 0.77% -
HSV(B) 206.61º 0.45% 1% -
XYZ 49.89 55.36 101.82 -
YUV 189.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 139 203 254 0.45 0.20 0 0.00 206.61 0.98 0.77
Hex 8B CB FE 2D 14 0 0 CF 62 4D
Octal 213 313 376 55 24 0 0 317 142 115
Binary 10001011 11001011 11111110 101101 10100 0 0 11001111 1100010 1001101

Color Harmonies of #8BCBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCBFE

Black with #8BCBFE

Text Example


Text Example

White with #8BCBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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