Html Css Color HEX #83ACF8 Jordy Blue

📋 copy color: '#83ACF8'

red 131 ◦ green 172 ◦ blue 248

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

Shades of Jordy Blue #83ACF8

Tints of Jordy Blue #83ACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.01%

R = 23.77%
G = 31.22%
B = 45.01%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#83ACF8 (or 0x83ACF8) is known color: Jordy Blue. HEX triplet: 83, AC and F8. RGB value is (131,172,248). Sum of RGB (Red+Green+Blue) = 131+172+248=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #83ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ACF8 is #7C5307. Grayscale: #A8A8A8. Windows color (decimal): -8147720 or 16297091. OLE color: 16297091.

HSL color Cylindrical-coordinate representation of color #83ACF8: hue angle of 218.97º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83ACF8 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 172 248 -
CMYK 0.47 0.31 0 0.03
HSL 218.97º 0.89% 0.74% -
HSV(B) 218.97º 0.47% 0.97% -
XYZ 41.06 41.11 94.58 -
YUV 168.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 131 172 248 0.47 0.31 0 0.03 218.97 0.89 0.74
Hex 83 AC F8 2F 1F 0 3 DB 59 4A
Octal 203 254 370 57 37 0 3 333 131 112
Binary 10000011 10101100 11111000 101111 11111 0 11 11011011 1011001 1001010

Color Harmonies of #83ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ACF8

Black with #83ACF8

Text Example


Text Example

White with #83ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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