Html Css Color HEX #8AACFA Jordy Blue

📋 copy color: '#8AACFA'

red 138 ◦ green 172 ◦ blue 250

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

Shades of Jordy Blue #8AACFA

Tints of Jordy Blue #8AACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 24.64%
G = 30.71%
B = 44.64%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AACFA (or 0x8AACFA) is known color: Jordy Blue. HEX triplet: 8A, AC and FA. RGB value is (138,172,250). Sum of RGB (Red+Green+Blue) = 138+172+250=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACFA is #755305. Grayscale: #AAAAAA. Windows color (decimal): -7688966 or 16428170. OLE color: 16428170.

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

Color convert

RGB 138 172 250 -
CMYK 0.45 0.31 0 0.02
HSL 221.79º 0.92% 0.76% -
HSV(B) 221.79º 0.45% 0.98% -
XYZ 42.49 41.81 96.27 -
YUV 170.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 138 172 250 0.45 0.31 0 0.02 221.79 0.92 0.76
Hex 8A AC FA 2D 1F 0 2 DE 5C 4C
Octal 212 254 372 55 37 0 2 336 134 114
Binary 10001010 10101100 11111010 101101 11111 0 10 11011110 1011100 1001100

Color Harmonies of #8AACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACFA

Black with #8AACFA

Text Example


Text Example

White with #8AACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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