Html Css Color HEX #89B2FA Jordy Blue

📋 copy color: '#89B2FA'

red 137 ◦ green 178 ◦ blue 250

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

Shades of Jordy Blue #89B2FA

Tints of Jordy Blue #89B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.5%

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 24.25%
G = 31.5%
B = 44.25%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#89B2FA (or 0x89B2FA) is known color: Jordy Blue. HEX triplet: 89, B2 and FA. RGB value is (137,178,250). Sum of RGB (Red+Green+Blue) = 137+178+250=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #89B2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B2FA is #764D05. Grayscale: #ADADAD. Windows color (decimal): -7752966 or 16429705. OLE color: 16429705.

HSL color Cylindrical-coordinate representation of color #89B2FA: hue angle of 218.23º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89B2FA is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 178 250 -
CMYK 0.45 0.29 0 0.02
HSL 218.23º 0.92% 0.76% -
HSV(B) 218.23º 0.45% 0.98% -
XYZ 43.49 44.06 96.65 -
YUV 173.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 137 178 250 0.45 0.29 0 0.02 218.23 0.92 0.76
Hex 89 B2 FA 2D 1D 0 2 DA 5C 4C
Octal 211 262 372 55 35 0 2 332 134 114
Binary 10001001 10110010 11111010 101101 11101 0 10 11011010 1011100 1001100

Color Harmonies of #89B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2FA

Black with #89B2FA

Text Example


Text Example

White with #89B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,178,250); }

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

background-color css

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

 a { background-color: rgb(137,178,250); }

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

border-color css

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

 span { border-color: rgb(137,178,250); }

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