Html Css Color HEX #8BADE5 Jordy Blue

📋 copy color: '#8BADE5'

red 139 ◦ green 173 ◦ blue 229

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

Shades of Jordy Blue #8BADE5

Tints of Jordy Blue #8BADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 25.69%
G = 31.98%
B = 42.33%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8BADE5 (or 0x8BADE5) is known color: Jordy Blue. HEX triplet: 8B, AD and E5. RGB value is (139,173,229). Sum of RGB (Red+Green+Blue) = 139+173+229=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADE5 is #74521A. Grayscale: #A8A8A8. Windows color (decimal): -7623195 or 15052171. OLE color: 15052171.

HSL color Cylindrical-coordinate representation of color #8BADE5: hue angle of 217.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BADE5 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 173 229 -
CMYK 0.39 0.24 0 0.10
HSL 217.33º 0.63% 0.72% -
HSV(B) 217.33º 0.39% 0.9% -
XYZ 39.73 41.03 79.95 -
YUV 169.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 139 173 229 0.39 0.24 0 0.10 217.33 0.63 0.72
Hex 8B AD E5 27 18 0 A D9 3F 48
Octal 213 255 345 47 30 0 12 331 77 110
Binary 10001011 10101101 11100101 100111 11000 0 1010 11011001 111111 1001000

Color Harmonies of #8BADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADE5

Black with #8BADE5

Text Example


Text Example

White with #8BADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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