Html Css Color HEX #89BAFE Light Sky Blue

📋 copy color: '#89BAFE'

red 137 ◦ green 186 ◦ blue 254

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

Shades of Light Sky Blue #89BAFE

Tints of Light Sky Blue #89BAFE

RGB

 RED value IS 137 (53.91% from 255) = 23.74%

 GREEN value IS 186 (73.05% from 255) = 32.24%

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

R = 23.74%
G = 32.24%
B = 44.02%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89BAFE (or 0x89BAFE) is known color: Light Sky Blue. HEX triplet: 89, BA and FE. RGB value is (137,186,254). Sum of RGB (Red+Green+Blue) = 137+186+254=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #89BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAFE is #764501. Grayscale: #B2B2B2. Windows color (decimal): -7750914 or 16693897. OLE color: 16693897.

HSL color Cylindrical-coordinate representation of color #89BAFE: hue angle of 214.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89BAFE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 186 254 -
CMYK 0.46 0.27 0 0.00
HSL 214.87º 0.98% 0.77% -
HSV(B) 214.87º 0.46% 1% -
XYZ 45.76 47.59 100.54 -
YUV 179.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 137 186 254 0.46 0.27 0 0.00 214.87 0.98 0.77
Hex 89 BA FE 2E 1B 0 0 D7 62 4D
Octal 211 272 376 56 33 0 0 327 142 115
Binary 10001001 10111010 11111110 101110 11011 0 0 11010111 1100010 1001101

Color Harmonies of #89BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BAFE

Black with #89BAFE

Text Example


Text Example

White with #89BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89BAFE; }

 p { color: rgb(137,186,254); }

 H1.HeaderClassName
 {
   color: #89BAFE;
 }
 .AnyTagClassName
 {
   color: #89BAFE;
 }
</style>

background-color css

<style>
 a { background-color: #89BAFE; }

 a { background-color: rgb(137,186,254); }

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

border-color css

<style>
 span { border-color: #89BAFE; }

 span { border-color: rgb(137,186,254); }

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