Html Css Color HEX #83A6FC Jordy Blue

📋 copy color: '#83A6FC'

red 131 ◦ green 166 ◦ blue 252

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

Shades of Jordy Blue #83A6FC

Tints of Jordy Blue #83A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.24%

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

R = 23.86%
G = 30.24%
B = 45.9%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83A6FC (or 0x83A6FC) is known color: Jordy Blue. HEX triplet: 83, A6 and FC. RGB value is (131,166,252). Sum of RGB (Red+Green+Blue) = 131+166+252=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #83A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A6FC is #7C5903. Grayscale: #A4A4A4. Windows color (decimal): -8149252 or 16557699. OLE color: 16557699.

HSL color Cylindrical-coordinate representation of color #83A6FC: hue angle of 222.64º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A6FC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 166 252 -
CMYK 0.48 0.34 0 0.01
HSL 222.64º 0.95% 0.75% -
HSV(B) 222.64º 0.48% 0.99% -
XYZ 40.57 39.13 97.51 -
YUV 165.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 131 166 252 0.48 0.34 0 0.01 222.64 0.95 0.75
Hex 83 A6 FC 30 22 0 1 DF 5F 4B
Octal 203 246 374 60 42 0 1 337 137 113
Binary 10000011 10100110 11111100 110000 100010 0 1 11011111 1011111 1001011

Color Harmonies of #83A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A6FC

Black with #83A6FC

Text Example


Text Example

White with #83A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,166,252); }

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

background-color css

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

 a { background-color: rgb(131,166,252); }

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

border-color css

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

 span { border-color: rgb(131,166,252); }

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