Html Css Color HEX #8AACEA Jordy Blue

📋 copy color: '#8AACEA'

red 138 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #8AACEA

Tints of Jordy Blue #8AACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

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

R = 25.37%
G = 31.62%
B = 43.01%

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

#8AACEA (or 0x8AACEA) is known color: Jordy Blue. HEX triplet: 8A, AC and EA. RGB value is (138,172,234). Sum of RGB (Red+Green+Blue) = 138+172+234=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACEA is #755315. Grayscale: #A8A8A8. Windows color (decimal): -7688982 or 15379594. OLE color: 15379594.

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

Color convert

RGB 138 172 234 -
CMYK 0.41 0.26 0 0.08
HSL 218.75º 0.7% 0.73% -
HSV(B) 218.75º 0.41% 0.92% -
XYZ 40.09 40.85 83.61 -
YUV 168.9 164.74 105.96 -
System Red Green Blue C M Y K H S L
Decimal 138 172 234 0.41 0.26 0 0.08 218.75 0.7 0.73
Hex 8A AC EA 29 1A 0 8 DB 46 49
Octal 212 254 352 51 32 0 10 333 106 111
Binary 10001010 10101100 11101010 101001 11010 0 1000 11011011 1000110 1001001

Color Harmonies of #8AACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACEA

Black with #8AACEA

Text Example


Text Example

White with #8AACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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