Html Css Color HEX #83ACFE Jordy Blue

📋 copy color: '#83ACFE'

red 131 ◦ green 172 ◦ blue 254

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

Shades of Jordy Blue #83ACFE

Tints of Jordy Blue #83ACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.88%

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 23.52%
G = 30.88%
B = 45.6%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83ACFE (or 0x83ACFE) is known color: Jordy Blue. HEX triplet: 83, AC and FE. RGB value is (131,172,254). Sum of RGB (Red+Green+Blue) = 131+172+254=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #83ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ACFE is #7C5301. Grayscale: #A8A8A8. Windows color (decimal): -8147714 or 16690307. OLE color: 16690307.

HSL color Cylindrical-coordinate representation of color #83ACFE: hue angle of 220º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83ACFE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 172 254 -
CMYK 0.48 0.32 0 0.00
HSL 220º 0.98% 0.75% -
HSV(B) 220º 0.48% 1% -
XYZ 42 41.49 99.56 -
YUV 169.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 131 172 254 0.48 0.32 0 0.00 220 0.98 0.75
Hex 83 AC FE 30 20 0 0 DC 62 4B
Octal 203 254 376 60 40 0 0 334 142 113
Binary 10000011 10101100 11111110 110000 100000 0 0 11011100 1100010 1001011

Color Harmonies of #83ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACFE

Black with #83ACFE

Text Example


Text Example

White with #83ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,172,254); }

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

background-color css

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

 a { background-color: rgb(131,172,254); }

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

border-color css

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

 span { border-color: rgb(131,172,254); }

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