Html Css Color HEX #8BAFF6 Jordy Blue

📋 copy color: '#8BAFF6'

red 139 ◦ green 175 ◦ blue 246

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

Shades of Jordy Blue #8BAFF6

Tints of Jordy Blue #8BAFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 24.82%
G = 31.25%
B = 43.93%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8BAFF6 (or 0x8BAFF6) is known color: Jordy Blue. HEX triplet: 8B, AF and F6. RGB value is (139,175,246). Sum of RGB (Red+Green+Blue) = 139+175+246=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #8BAFF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFF6 is #745009. Grayscale: #ACACAC. Windows color (decimal): -7622666 or 16166795. OLE color: 16166795.

HSL color Cylindrical-coordinate representation of color #8BAFF6: hue angle of 219.81º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BAFF6 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 175 246 -
CMYK 0.43 0.29 0 0.04
HSL 219.81º 0.86% 0.75% -
HSV(B) 219.81º 0.43% 0.96% -
XYZ 42.61 42.8 93.2 -
YUV 172.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 139 175 246 0.43 0.29 0 0.04 219.81 0.86 0.75
Hex 8B AF F6 2B 1D 0 4 DC 56 4B
Octal 213 257 366 53 35 0 4 334 126 113
Binary 10001011 10101111 11110110 101011 11101 0 100 11011100 1010110 1001011

Color Harmonies of #8BAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAFF6

Black with #8BAFF6

Text Example


Text Example

White with #8BAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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