Html Css Color HEX #83A9FF Jordy Blue

📋 copy color: '#83A9FF'

red 131 ◦ green 169 ◦ blue 255

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

Shades of Jordy Blue #83A9FF

Tints of Jordy Blue #83A9FF

RGB

 RED value IS 131 (51.56% from 255) = 23.6%

 GREEN value IS 169 (66.41% from 255) = 30.45%

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

R = 23.6%
G = 30.45%
B = 45.95%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83A9FF (or 0x83A9FF) is known color: Jordy Blue. HEX triplet: 83, A9 and FF. RGB value is (131,169,255). Sum of RGB (Red+Green+Blue) = 131+169+255=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #83A9FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A9FF is #7C5600. Grayscale: #A7A7A7. Windows color (decimal): -8148481 or 16755075. OLE color: 16755075.

HSL color Cylindrical-coordinate representation of color #83A9FF: hue angle of 221.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83A9FF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 169 255 -
CMYK 0.49 0.34 0 0
HSL 221.61º 1% 0.76% -
HSV(B) 221.61º 0.49% 1% -
XYZ 41.6 40.42 100.22 -
YUV 167.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 131 169 255 0.49 0.34 0 0 221.61 1 0.76
Hex 83 A9 FF 31 22 0 0 DE 64 4C
Octal 203 251 377 61 42 0 0 336 144 114
Binary 10000011 10101001 11111111 110001 100010 0 0 11011110 1100100 1001100

Color Harmonies of #83A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A9FF

Black with #83A9FF

Text Example


Text Example

White with #83A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A9FF; }

 p { color: rgb(131,169,255); }

 H1.HeaderClassName
 {
   color: #83A9FF;
 }
 .AnyTagClassName
 {
   color: #83A9FF;
 }
</style>

background-color css

<style>
 a { background-color: #83A9FF; }

 a { background-color: rgb(131,169,255); }

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

border-color css

<style>
 span { border-color: #83A9FF; }

 span { border-color: rgb(131,169,255); }

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