Html Css Color HEX #8BADEB Jordy Blue

📋 copy color: '#8BADEB'

red 139 ◦ green 173 ◦ blue 235

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

Shades of Jordy Blue #8BADEB

Tints of Jordy Blue #8BADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 25.41%
G = 31.63%
B = 42.96%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8BADEB (or 0x8BADEB) is known color: Jordy Blue. HEX triplet: 8B, AD and EB. RGB value is (139,173,235). Sum of RGB (Red+Green+Blue) = 139+173+235=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADEB is #745214. Grayscale: #A9A9A9. Windows color (decimal): -7623189 or 15445387. OLE color: 15445387.

HSL color Cylindrical-coordinate representation of color #8BADEB: hue angle of 218.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BADEB is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 173 235 -
CMYK 0.41 0.26 0 0.08
HSL 218.75º 0.71% 0.73% -
HSV(B) 218.75º 0.41% 0.92% -
XYZ 40.59 41.37 84.44 -
YUV 169.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 139 173 235 0.41 0.26 0 0.08 218.75 0.71 0.73
Hex 8B AD EB 29 1A 0 8 DB 47 49
Octal 213 255 353 51 32 0 10 333 107 111
Binary 10001011 10101101 11101011 101001 11010 0 1000 11011011 1000111 1001001

Color Harmonies of #8BADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADEB

Black with #8BADEB

Text Example


Text Example

White with #8BADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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