Html Css Color HEX #8BAFEB Jordy Blue

📋 copy color: '#8BAFEB'

red 139 ◦ green 175 ◦ blue 235

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

Shades of Jordy Blue #8BAFEB

Tints of Jordy Blue #8BAFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.88%

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

R = 25.32%
G = 31.88%
B = 42.81%

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

#8BAFEB (or 0x8BAFEB) is known color: Jordy Blue. HEX triplet: 8B, AF and EB. RGB value is (139,175,235). Sum of RGB (Red+Green+Blue) = 139+175+235=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFEB is #745014. Grayscale: #AAAAAA. Windows color (decimal): -7622677 or 15445899. OLE color: 15445899.

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

Color convert

RGB 139 175 235 -
CMYK 0.41 0.26 0 0.08
HSL 217.5º 0.71% 0.73% -
HSV(B) 217.5º 0.41% 0.92% -
XYZ 40.97 42.15 84.57 -
YUV 171.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 139 175 235 0.41 0.26 0 0.08 217.5 0.71 0.73
Hex 8B AF EB 29 1A 0 8 DA 47 49
Octal 213 257 353 51 32 0 10 332 107 111
Binary 10001011 10101111 11101011 101001 11010 0 1000 11011010 1000111 1001001

Color Harmonies of #8BAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFEB

Black with #8BAFEB

Text Example


Text Example

White with #8BAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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