Html Css Color HEX #83AFDF Jordy Blue

📋 copy color: '#83AFDF'

red 131 ◦ green 175 ◦ blue 223

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

Shades of Jordy Blue #83AFDF

Tints of Jordy Blue #83AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 24.76%
G = 33.08%
B = 42.16%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83AFDF (or 0x83AFDF) is known color: Jordy Blue. HEX triplet: 83, AF and DF. RGB value is (131,175,223). Sum of RGB (Red+Green+Blue) = 131+175+223=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #83AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFDF is #7C5020. Grayscale: #A7A7A7. Windows color (decimal): -8146977 or 14659459. OLE color: 14659459.

HSL color Cylindrical-coordinate representation of color #83AFDF: hue angle of 211.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83AFDF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 175 223 -
CMYK 0.41 0.22 0 0.13
HSL 211.3º 0.59% 0.69% -
HSV(B) 211.3º 0.41% 0.87% -
XYZ 38.01 40.81 75.69 -
YUV 167.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 131 175 223 0.41 0.22 0 0.13 211.3 0.59 0.69
Hex 83 AF DF 29 16 0 D D3 3B 45
Octal 203 257 337 51 26 0 15 323 73 105
Binary 10000011 10101111 11011111 101001 10110 0 1101 11010011 111011 1000101

Color Harmonies of #83AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFDF

Black with #83AFDF

Text Example


Text Example

White with #83AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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