Html Css Color HEX #8BADF0 Jordy Blue

📋 copy color: '#8BADF0'

red 139 ◦ green 173 ◦ blue 240

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

Shades of Jordy Blue #8BADF0

Tints of Jordy Blue #8BADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 25.18%
G = 31.34%
B = 43.48%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BADF0 (or 0x8BADF0) is known color: Jordy Blue. HEX triplet: 8B, AD and F0. RGB value is (139,173,240). Sum of RGB (Red+Green+Blue) = 139+173+240=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADF0 is #74520F. Grayscale: #AAAAAA. Windows color (decimal): -7623184 or 15773067. OLE color: 15773067.

HSL color Cylindrical-coordinate representation of color #8BADF0: hue angle of 219.8º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BADF0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 173 240 -
CMYK 0.42 0.28 0 0.06
HSL 219.8º 0.77% 0.74% -
HSV(B) 219.8º 0.42% 0.94% -
XYZ 41.32 41.67 88.3 -
YUV 170.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 139 173 240 0.42 0.28 0 0.06 219.8 0.77 0.74
Hex 8B AD F0 2A 1C 0 6 DC 4D 4A
Octal 213 255 360 52 34 0 6 334 115 112
Binary 10001011 10101101 11110000 101010 11100 0 110 11011100 1001101 1001010

Color Harmonies of #8BADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BADF0

Black with #8BADF0

Text Example


Text Example

White with #8BADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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