Html Css Color HEX #8AB2F9 Jordy Blue

📋 copy color: '#8AB2F9'

red 138 ◦ green 178 ◦ blue 249

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

Shades of Jordy Blue #8AB2F9

Tints of Jordy Blue #8AB2F9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.5%

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 24.42%
G = 31.5%
B = 44.07%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AB2F9 (or 0x8AB2F9) is known color: Jordy Blue. HEX triplet: 8A, B2 and F9. RGB value is (138,178,249). Sum of RGB (Red+Green+Blue) = 138+178+249=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AB2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB2F9 is #754D06. Grayscale: #ADADAD. Windows color (decimal): -7687431 or 16364170. OLE color: 16364170.

HSL color Cylindrical-coordinate representation of color #8AB2F9: hue angle of 218.38º degrees, saturation: 0.9, 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 #8AB2F9 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 178 249 -
CMYK 0.45 0.29 0 0.02
HSL 218.38º 0.9% 0.76% -
HSV(B) 218.38º 0.45% 0.98% -
XYZ 43.5 44.08 95.84 -
YUV 174.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 138 178 249 0.45 0.29 0 0.02 218.38 0.9 0.76
Hex 8A B2 F9 2D 1D 0 2 DA 5A 4C
Octal 212 262 371 55 35 0 2 332 132 114
Binary 10001010 10110010 11111001 101101 11101 0 10 11011010 1011010 1001100

Color Harmonies of #8AB2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB2F9

Black with #8AB2F9

Text Example


Text Example

White with #8AB2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,249); }

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

background-color css

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

 a { background-color: rgb(138,178,249); }

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

border-color css

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

 span { border-color: rgb(138,178,249); }

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