Html Css Color HEX #8AADFF Jordy Blue

📋 copy color: '#8AADFF'

red 138 ◦ green 173 ◦ blue 255

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

Shades of Jordy Blue #8AADFF

Tints of Jordy Blue #8AADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.57%

 BLUE value IS 255 (100% from 255) = 45.05%

R = 24.38%
G = 30.57%
B = 45.05%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AADFF (or 0x8AADFF) is known color: Jordy Blue. HEX triplet: 8A, AD and FF. RGB value is (138,173,255). Sum of RGB (Red+Green+Blue) = 138+173+255=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADFF is #755200. Grayscale: #ABABAB. Windows color (decimal): -7688705 or 16756106. OLE color: 16756106.

HSL color Cylindrical-coordinate representation of color #8AADFF: hue angle of 222.05º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AADFF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 173 255 -
CMYK 0.46 0.32 0 0
HSL 222.05º 1% 0.77% -
HSV(B) 222.05º 0.46% 1% -
XYZ 43.47 42.51 100.52 -
YUV 171.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 138 173 255 0.46 0.32 0 0 222.05 1 0.77
Hex 8A AD FF 2E 20 0 0 DE 64 4D
Octal 212 255 377 56 40 0 0 336 144 115
Binary 10001010 10101101 11111111 101110 100000 0 0 11011110 1100100 1001101

Color Harmonies of #8AADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADFF

Black with #8AADFF

Text Example


Text Example

White with #8AADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,173,255); }

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

background-color css

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

 a { background-color: rgb(138,173,255); }

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

border-color css

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

 span { border-color: rgb(138,173,255); }

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