Html Css Color HEX #89BAFC Light Sky Blue

📋 copy color: '#89BAFC'

red 137 ◦ green 186 ◦ blue 252

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

Shades of Light Sky Blue #89BAFC

Tints of Light Sky Blue #89BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 23.83%
G = 32.35%
B = 43.83%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#89BAFC (or 0x89BAFC) is known color: Light Sky Blue. HEX triplet: 89, BA and FC. RGB value is (137,186,252). Sum of RGB (Red+Green+Blue) = 137+186+252=575 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.83% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #89BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAFC is #764503. Grayscale: #B2B2B2. Windows color (decimal): -7750916 or 16562825. OLE color: 16562825.

HSL color Cylindrical-coordinate representation of color #89BAFC: hue angle of 214.43º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89BAFC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 186 252 -
CMYK 0.46 0.26 0 0.01
HSL 214.43º 0.95% 0.76% -
HSV(B) 214.43º 0.46% 0.99% -
XYZ 45.45 47.46 98.86 -
YUV 178.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 137 186 252 0.46 0.26 0 0.01 214.43 0.95 0.76
Hex 89 BA FC 2E 1A 0 1 D6 5F 4C
Octal 211 272 374 56 32 0 1 326 137 114
Binary 10001001 10111010 11111100 101110 11010 0 1 11010110 1011111 1001100

Color Harmonies of #89BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BAFC

Black with #89BAFC

Text Example


Text Example

White with #89BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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