Html Css Color HEX #8AAEFC Jordy Blue

📋 copy color: '#8AAEFC'

red 138 ◦ green 174 ◦ blue 252

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

Shades of Jordy Blue #8AAEFC

Tints of Jordy Blue #8AAEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 24.47%
G = 30.85%
B = 44.68%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AAEFC (or 0x8AAEFC) is known color: Jordy Blue. HEX triplet: 8A, AE and FC. RGB value is (138,174,252). Sum of RGB (Red+Green+Blue) = 138+174+252=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AAEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEFC is #755103. Grayscale: #ABABAB. Windows color (decimal): -7688452 or 16559754. OLE color: 16559754.

HSL color Cylindrical-coordinate representation of color #8AAEFC: hue angle of 221.05º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAEFC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 174 252 -
CMYK 0.45 0.31 0 0.01
HSL 221.05º 0.95% 0.76% -
HSV(B) 221.05º 0.45% 0.99% -
XYZ 43.19 42.7 98.06 -
YUV 172.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 138 174 252 0.45 0.31 0 0.01 221.05 0.95 0.76
Hex 8A AE FC 2D 1F 0 1 DD 5F 4C
Octal 212 256 374 55 37 0 1 335 137 114
Binary 10001010 10101110 11111100 101101 11111 0 1 11011101 1011111 1001100

Color Harmonies of #8AAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAEFC

Black with #8AAEFC

Text Example


Text Example

White with #8AAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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