Html Css Color HEX #8AAEEF Jordy Blue

📋 copy color: '#8AAEEF'

red 138 ◦ green 174 ◦ blue 239

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

Shades of Jordy Blue #8AAEEF

Tints of Jordy Blue #8AAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.58%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 25.05%
G = 31.58%
B = 43.38%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8AAEEF (or 0x8AAEEF) is known color: Jordy Blue. HEX triplet: 8A, AE and EF. RGB value is (138,174,239). Sum of RGB (Red+Green+Blue) = 138+174+239=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEEF is #755110. Grayscale: #AAAAAA. Windows color (decimal): -7688465 or 15707786. OLE color: 15707786.

HSL color Cylindrical-coordinate representation of color #8AAEEF: hue angle of 218.61º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AAEEF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 174 239 -
CMYK 0.42 0.27 0 0.06
HSL 218.61º 0.76% 0.74% -
HSV(B) 218.61º 0.42% 0.94% -
XYZ 41.2 41.91 87.58 -
YUV 170.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 138 174 239 0.42 0.27 0 0.06 218.61 0.76 0.74
Hex 8A AE EF 2A 1B 0 6 DB 4C 4A
Octal 212 256 357 52 33 0 6 333 114 112
Binary 10001010 10101110 11101111 101010 11011 0 110 11011011 1001100 1001010

Color Harmonies of #8AAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEEF

Black with #8AAEEF

Text Example


Text Example

White with #8AAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,239); }

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

background-color css

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

 a { background-color: rgb(138,174,239); }

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

border-color css

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

 span { border-color: rgb(138,174,239); }

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