Html Css Color HEX #83AFEC Jordy Blue

📋 copy color: '#83AFEC'

red 131 ◦ green 175 ◦ blue 236

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

Shades of Jordy Blue #83AFEC

Tints of Jordy Blue #83AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.29%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 24.17%
G = 32.29%
B = 43.54%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#83AFEC (or 0x83AFEC) is known color: Jordy Blue. HEX triplet: 83, AF and EC. RGB value is (131,175,236). Sum of RGB (Red+Green+Blue) = 131+175+236=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #83AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83AFEC is #7C5013. Grayscale: #A8A8A8. Windows color (decimal): -8146964 or 15511427. OLE color: 15511427.

HSL color Cylindrical-coordinate representation of color #83AFEC: hue angle of 214.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83AFEC is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 175 236 -
CMYK 0.44 0.26 0 0.07
HSL 214.86º 0.73% 0.72% -
HSV(B) 214.86º 0.44% 0.93% -
XYZ 39.83 41.54 85.28 -
YUV 168.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 131 175 236 0.44 0.26 0 0.07 214.86 0.73 0.72
Hex 83 AF EC 2C 1A 0 7 D7 49 48
Octal 203 257 354 54 32 0 7 327 111 110
Binary 10000011 10101111 11101100 101100 11010 0 111 11010111 1001001 1001000

Color Harmonies of #83AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFEC

Black with #83AFEC

Text Example


Text Example

White with #83AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,236); }

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

background-color css

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

 a { background-color: rgb(131,175,236); }

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

border-color css

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

 span { border-color: rgb(131,175,236); }

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