Html Css Color HEX #89B0F0 Jordy Blue

📋 copy color: '#89B0F0'

red 137 ◦ green 176 ◦ blue 240

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

Shades of Jordy Blue #89B0F0

Tints of Jordy Blue #89B0F0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 24.77%
G = 31.83%
B = 43.4%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#89B0F0 (or 0x89B0F0) is known color: Jordy Blue. HEX triplet: 89, B0 and F0. RGB value is (137,176,240). Sum of RGB (Red+Green+Blue) = 137+176+240=553 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.77% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #89B0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B0F0 is #764F0F. Grayscale: #ABABAB. Windows color (decimal): -7753488 or 15773833. OLE color: 15773833.

HSL color Cylindrical-coordinate representation of color #89B0F0: hue angle of 217.28º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89B0F0 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 176 240 -
CMYK 0.43 0.27 0 0.06
HSL 217.28º 0.77% 0.74% -
HSV(B) 217.28º 0.43% 0.94% -
XYZ 41.57 42.66 88.48 -
YUV 171.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 137 176 240 0.43 0.27 0 0.06 217.28 0.77 0.74
Hex 89 B0 F0 2B 1B 0 6 D9 4D 4A
Octal 211 260 360 53 33 0 6 331 115 112
Binary 10001001 10110000 11110000 101011 11011 0 110 11011001 1001101 1001010

Color Harmonies of #89B0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B0F0

Black with #89B0F0

Text Example


Text Example

White with #89B0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,176,240); }

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

background-color css

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

 a { background-color: rgb(137,176,240); }

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

border-color css

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

 span { border-color: rgb(137,176,240); }

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