Html Css Color HEX #8BA9ED Jordy Blue

📋 copy color: '#8BA9ED'

red 139 ◦ green 169 ◦ blue 237

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

Shades of Jordy Blue #8BA9ED

Tints of Jordy Blue #8BA9ED

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.01%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 25.5%
G = 31.01%
B = 43.49%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BA9ED (or 0x8BA9ED) is known color: Jordy Blue. HEX triplet: 8B, A9 and ED. RGB value is (139,169,237). Sum of RGB (Red+Green+Blue) = 139+169+237=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BA9ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9ED is #745612. Grayscale: #A7A7A7. Windows color (decimal): -7624211 or 15575435. OLE color: 15575435.

HSL color Cylindrical-coordinate representation of color #8BA9ED: hue angle of 221.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA9ED is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 169 237 -
CMYK 0.41 0.29 0 0.07
HSL 221.63º 0.73% 0.74% -
HSV(B) 221.63º 0.41% 0.93% -
XYZ 40.12 39.98 85.72 -
YUV 167.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 139 169 237 0.41 0.29 0 0.07 221.63 0.73 0.74
Hex 8B A9 ED 29 1D 0 7 DE 49 4A
Octal 213 251 355 51 35 0 7 336 111 112
Binary 10001011 10101001 11101101 101001 11101 0 111 11011110 1001001 1001010

Color Harmonies of #8BA9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA9ED

Black with #8BA9ED

Text Example


Text Example

White with #8BA9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,169,237); }

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

background-color css

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

 a { background-color: rgb(139,169,237); }

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

border-color css

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

 span { border-color: rgb(139,169,237); }

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