Html Css Color HEX #8AADFC Jordy Blue

📋 copy color: '#8AADFC'

red 138 ◦ green 173 ◦ blue 252

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

Shades of Jordy Blue #8AADFC

Tints of Jordy Blue #8AADFC

RGB

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

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

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

R = 24.51%
G = 30.73%
B = 44.76%

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

#8AADFC (or 0x8AADFC) is known color: Jordy Blue. HEX triplet: 8A, AD and FC. RGB value is (138,173,252). Sum of RGB (Red+Green+Blue) = 138+173+252=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADFC is #755203. Grayscale: #ABABAB. Windows color (decimal): -7688708 or 16559498. OLE color: 16559498.

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

Color convert

RGB 138 173 252 -
CMYK 0.45 0.31 0 0.01
HSL 221.58º 0.95% 0.76% -
HSV(B) 221.58º 0.45% 0.99% -
XYZ 43 42.32 98 -
YUV 171.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 138 173 252 0.45 0.31 0 0.01 221.58 0.95 0.76
Hex 8A AD FC 2D 1F 0 1 DE 5F 4C
Octal 212 255 374 55 37 0 1 336 137 114
Binary 10001010 10101101 11111100 101101 11111 0 1 11011110 1011111 1001100

Color Harmonies of #8AADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADFC

Black with #8AADFC

Text Example


Text Example

White with #8AADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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