Html Css Color HEX #8AB7EC Jordy Blue

📋 copy color: '#8AB7EC'

red 138 ◦ green 183 ◦ blue 236

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

Shades of Jordy Blue #8AB7EC

Tints of Jordy Blue #8AB7EC

RGB

 RED value IS 138 (54.3% from 255) = 24.78%

 GREEN value IS 183 (71.88% from 255) = 32.85%

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 24.78%
G = 32.85%
B = 42.37%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AB7EC (or 0x8AB7EC) is known color: Jordy Blue. HEX triplet: 8A, B7 and EC. RGB value is (138,183,236). Sum of RGB (Red+Green+Blue) = 138+183+236=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB7EC is #754813. Grayscale: #AFAFAF. Windows color (decimal): -7686164 or 15513482. OLE color: 15513482.

HSL color Cylindrical-coordinate representation of color #8AB7EC: hue angle of 212.45º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB7EC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 183 236 -
CMYK 0.42 0.22 0 0.07
HSL 212.45º 0.72% 0.73% -
HSV(B) 212.45º 0.42% 0.93% -
XYZ 42.56 45.33 85.86 -
YUV 175.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 138 183 236 0.42 0.22 0 0.07 212.45 0.72 0.73
Hex 8A B7 EC 2A 16 0 7 D4 48 49
Octal 212 267 354 52 26 0 7 324 110 111
Binary 10001010 10110111 11101100 101010 10110 0 111 11010100 1001000 1001001

Color Harmonies of #8AB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB7EC

Black with #8AB7EC

Text Example


Text Example

White with #8AB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,183,236); }

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

background-color css

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

 a { background-color: rgb(138,183,236); }

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

border-color css

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

 span { border-color: rgb(138,183,236); }

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