Html Css Color HEX #83AFDB Jordy Blue

📋 copy color: '#83AFDB'

red 131 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #83AFDB

Tints of Jordy Blue #83AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 24.95%
G = 33.33%
B = 41.71%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83AFDB (or 0x83AFDB) is known color: Jordy Blue. HEX triplet: 83, AF and DB. RGB value is (131,175,219). Sum of RGB (Red+Green+Blue) = 131+175+219=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #83AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFDB is #7C5024. Grayscale: #A6A6A6. Windows color (decimal): -8146981 or 14397315. OLE color: 14397315.

HSL color Cylindrical-coordinate representation of color #83AFDB: hue angle of 210º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83AFDB is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 175 219 -
CMYK 0.40 0.20 0 0.14
HSL 210º 0.55% 0.69% -
HSV(B) 210º 0.4% 0.86% -
XYZ 37.48 40.6 72.88 -
YUV 166.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 131 175 219 0.40 0.20 0 0.14 210 0.55 0.69
Hex 83 AF DB 28 14 0 E D2 37 45
Octal 203 257 333 50 24 0 16 322 67 105
Binary 10000011 10101111 11011011 101000 10100 0 1110 11010010 110111 1000101

Color Harmonies of #83AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFDB

Black with #83AFDB

Text Example


Text Example

White with #83AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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