Html Css Color HEX #8AB2EA Jordy Blue

📋 copy color: '#8AB2EA'

red 138 ◦ green 178 ◦ blue 234

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

Shades of Jordy Blue #8AB2EA

Tints of Jordy Blue #8AB2EA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 25.09%
G = 32.36%
B = 42.55%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8AB2EA (or 0x8AB2EA) is known color: Jordy Blue. HEX triplet: 8A, B2 and EA. RGB value is (138,178,234). Sum of RGB (Red+Green+Blue) = 138+178+234=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB2EA is #754D15. Grayscale: #ACACAC. Windows color (decimal): -7687446 or 15381130. OLE color: 15381130.

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

Color convert

RGB 138 178 234 -
CMYK 0.41 0.24 0 0.08
HSL 215º 0.7% 0.73% -
HSV(B) 215º 0.41% 0.92% -
XYZ 41.25 43.18 84 -
YUV 172.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 138 178 234 0.41 0.24 0 0.08 215 0.7 0.73
Hex 8A B2 EA 29 18 0 8 D7 46 49
Octal 212 262 352 51 30 0 10 327 106 111
Binary 10001010 10110010 11101010 101001 11000 0 1000 11010111 1000110 1001001

Color Harmonies of #8AB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB2EA

Black with #8AB2EA

Text Example


Text Example

White with #8AB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,234); }

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

background-color css

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

 a { background-color: rgb(138,178,234); }

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

border-color css

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

 span { border-color: rgb(138,178,234); }

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