Html Css Color HEX #8BADED Jordy Blue

📋 copy color: '#8BADED'

red 139 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #8BADED

Tints of Jordy Blue #8BADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.51%

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

R = 25.32%
G = 31.51%
B = 43.17%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BADED (or 0x8BADED) is known color: Jordy Blue. HEX triplet: 8B, AD and ED. RGB value is (139,173,237). Sum of RGB (Red+Green+Blue) = 139+173+237=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADED is #745212. Grayscale: #A9A9A9. Windows color (decimal): -7623187 or 15576459. OLE color: 15576459.

HSL color Cylindrical-coordinate representation of color #8BADED: hue angle of 219.18º 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 #8BADED is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 173 237 -
CMYK 0.41 0.27 0 0.07
HSL 219.18º 0.73% 0.74% -
HSV(B) 219.18º 0.41% 0.93% -
XYZ 40.88 41.49 85.97 -
YUV 170.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 139 173 237 0.41 0.27 0 0.07 219.18 0.73 0.74
Hex 8B AD ED 29 1B 0 7 DB 49 4A
Octal 213 255 355 51 33 0 7 333 111 112
Binary 10001011 10101101 11101101 101001 11011 0 111 11011011 1001001 1001010

Color Harmonies of #8BADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADED

Black with #8BADED

Text Example


Text Example

White with #8BADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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