Html Css Color HEX #8AAFFD Jordy Blue

📋 copy color: '#8AAFFD'

red 138 ◦ green 175 ◦ blue 253

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

Shades of Jordy Blue #8AAFFD

Tints of Jordy Blue #8AAFFD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.92%

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

R = 24.38%
G = 30.92%
B = 44.7%

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

#8AAFFD (or 0x8AAFFD) is known color: Jordy Blue. HEX triplet: 8A, AF and FD. RGB value is (138,175,253). Sum of RGB (Red+Green+Blue) = 138+175+253=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AAFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAFFD is #755002. Grayscale: #ACACAC. Windows color (decimal): -7688195 or 16625546. OLE color: 16625546.

HSL color Cylindrical-coordinate representation of color #8AAFFD: hue angle of 220.7º 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 #8AAFFD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 175 253 -
CMYK 0.45 0.31 0 0.01
HSL 220.7º 0.97% 0.77% -
HSV(B) 220.7º 0.45% 0.99% -
XYZ 43.54 43.16 98.96 -
YUV 172.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 138 175 253 0.45 0.31 0 0.01 220.7 0.97 0.77
Hex 8A AF FD 2D 1F 0 1 DD 61 4D
Octal 212 257 375 55 37 0 1 335 141 115
Binary 10001010 10101111 11111101 101101 11111 0 1 11011101 1100001 1001101

Color Harmonies of #8AAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAFFD

Black with #8AAFFD

Text Example


Text Example

White with #8AAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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