Html Css Color HEX #83AFDA Jordy Blue

📋 copy color: '#83AFDA'

red 131 ◦ green 175 ◦ blue 218

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

Shades of Jordy Blue #83AFDA

Tints of Jordy Blue #83AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 25%
G = 33.4%
B = 41.6%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83AFDA (or 0x83AFDA) is known color: Jordy Blue. HEX triplet: 83, AF and DA. RGB value is (131,175,218). Sum of RGB (Red+Green+Blue) = 131+175+218=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #83AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFDA is #7C5025. Grayscale: #A6A6A6. Windows color (decimal): -8146982 or 14331779. OLE color: 14331779.

HSL color Cylindrical-coordinate representation of color #83AFDA: hue angle of 209.66º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83AFDA is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 175 218 -
CMYK 0.40 0.20 0 0.15
HSL 209.66º 0.54% 0.68% -
HSV(B) 209.66º 0.4% 0.85% -
XYZ 37.34 40.55 72.19 -
YUV 166.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 131 175 218 0.40 0.20 0 0.15 209.66 0.54 0.68
Hex 83 AF DA 28 14 0 F D2 36 44
Octal 203 257 332 50 24 0 17 322 66 104
Binary 10000011 10101111 11011010 101000 10100 0 1111 11010010 110110 1000100

Color Harmonies of #83AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AFDA

Black with #83AFDA

Text Example


Text Example

White with #83AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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