Html Css Color HEX #8AADFD Jordy Blue

📋 copy color: '#8AADFD'

red 138 ◦ green 173 ◦ blue 253

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

Shades of Jordy Blue #8AADFD

Tints of Jordy Blue #8AADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 24.47%
G = 30.67%
B = 44.86%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AADFD (or 0x8AADFD) is known color: Jordy Blue. HEX triplet: 8A, AD and FD. RGB value is (138,173,253). Sum of RGB (Red+Green+Blue) = 138+173+253=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADFD is #755202. Grayscale: #ABABAB. Windows color (decimal): -7688707 or 16625034. OLE color: 16625034.

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

Color convert

RGB 138 173 253 -
CMYK 0.45 0.32 0 0.01
HSL 221.74º 0.97% 0.77% -
HSV(B) 221.74º 0.45% 0.99% -
XYZ 43.15 42.38 98.83 -
YUV 171.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 138 173 253 0.45 0.32 0 0.01 221.74 0.97 0.77
Hex 8A AD FD 2D 20 0 1 DE 61 4D
Octal 212 255 375 55 40 0 1 336 141 115
Binary 10001010 10101101 11111101 101101 100000 0 1 11011110 1100001 1001101

Color Harmonies of #8AADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADFD

Black with #8AADFD

Text Example


Text Example

White with #8AADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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