Html Css Color HEX #8AACEC Jordy Blue

📋 copy color: '#8AACEC'

red 138 ◦ green 172 ◦ blue 236

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

Shades of Jordy Blue #8AACEC

Tints of Jordy Blue #8AACEC

RGB

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

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

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

R = 25.27%
G = 31.5%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AACEC (or 0x8AACEC) is known color: Jordy Blue. HEX triplet: 8A, AC and EC. RGB value is (138,172,236). Sum of RGB (Red+Green+Blue) = 138+172+236=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACEC is #755313. Grayscale: #A8A8A8. Windows color (decimal): -7688980 or 15510666. OLE color: 15510666.

HSL color Cylindrical-coordinate representation of color #8AACEC: hue angle of 219.18º 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 #8AACEC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 172 236 -
CMYK 0.42 0.27 0 0.07
HSL 219.18º 0.72% 0.73% -
HSV(B) 219.18º 0.42% 0.93% -
XYZ 40.37 40.96 85.14 -
YUV 169.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 138 172 236 0.42 0.27 0 0.07 219.18 0.72 0.73
Hex 8A AC EC 2A 1B 0 7 DB 48 49
Octal 212 254 354 52 33 0 7 333 110 111
Binary 10001010 10101100 11101100 101010 11011 0 111 11011011 1001000 1001001

Color Harmonies of #8AACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACEC

Black with #8AACEC

Text Example


Text Example

White with #8AACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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