Html Css Color HEX #8BBDF1 Light Sky Blue

📋 copy color: '#8BBDF1'

red 139 ◦ green 189 ◦ blue 241

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

Shades of Light Sky Blue #8BBDF1

Tints of Light Sky Blue #8BBDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 241 (94.53% from 255) = 42.36%

R = 24.43%
G = 33.22%
B = 42.36%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BBDF1 (or 0x8BBDF1) is known color: Light Sky Blue. HEX triplet: 8B, BD and F1. RGB value is (139,189,241). Sum of RGB (Red+Green+Blue) = 139+189+241=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BBDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDF1 is #74420E. Grayscale: #B3B3B3. Windows color (decimal): -7619087 or 15842699. OLE color: 15842699.

HSL color Cylindrical-coordinate representation of color #8BBDF1: hue angle of 210.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBDF1 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 189 241 -
CMYK 0.42 0.22 0 0.05
HSL 210.59º 0.78% 0.75% -
HSV(B) 210.59º 0.42% 0.95% -
XYZ 44.72 48.24 90.17 -
YUV 179.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 139 189 241 0.42 0.22 0 0.05 210.59 0.78 0.75
Hex 8B BD F1 2A 16 0 5 D3 4E 4B
Octal 213 275 361 52 26 0 5 323 116 113
Binary 10001011 10111101 11110001 101010 10110 0 101 11010011 1001110 1001011

Color Harmonies of #8BBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBDF1

Black with #8BBDF1

Text Example


Text Example

White with #8BBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,189,241); }

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

background-color css

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

 a { background-color: rgb(139,189,241); }

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

border-color css

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

 span { border-color: rgb(139,189,241); }

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