Html Css Color HEX #8BBDF4 Light Sky Blue

📋 copy color: '#8BBDF4'

red 139 ◦ green 189 ◦ blue 244

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

Shades of Light Sky Blue #8BBDF4

Tints of Light Sky Blue #8BBDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.66%

R = 24.3%
G = 33.04%
B = 42.66%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8BBDF4 (or 0x8BBDF4) is known color: Light Sky Blue. HEX triplet: 8B, BD and F4. RGB value is (139,189,244). Sum of RGB (Red+Green+Blue) = 139+189+244=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #8BBDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDF4 is #74420B. Grayscale: #B4B4B4. Windows color (decimal): -7619084 or 16039307. OLE color: 16039307.

HSL color Cylindrical-coordinate representation of color #8BBDF4: hue angle of 211.43º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BBDF4 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 189 244 -
CMYK 0.43 0.23 0 0.04
HSL 211.43º 0.83% 0.75% -
HSV(B) 211.43º 0.43% 0.96% -
XYZ 45.17 48.42 92.55 -
YUV 180.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 139 189 244 0.43 0.23 0 0.04 211.43 0.83 0.75
Hex 8B BD F4 2B 17 0 4 D3 53 4B
Octal 213 275 364 53 27 0 4 323 123 113
Binary 10001011 10111101 11110100 101011 10111 0 100 11010011 1010011 1001011

Color Harmonies of #8BBDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBDF4

Black with #8BBDF4

Text Example


Text Example

White with #8BBDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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