Html Css Color HEX #83ADDE Jordy Blue

📋 copy color: '#83ADDE'

red 131 ◦ green 173 ◦ blue 222

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

Shades of Jordy Blue #83ADDE

Tints of Jordy Blue #83ADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 24.9%
G = 32.89%
B = 42.21%

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

#83ADDE (or 0x83ADDE) is known color: Jordy Blue. HEX triplet: 83, AD and DE. RGB value is (131,173,222). Sum of RGB (Red+Green+Blue) = 131+173+222=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #83ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADDE is #7C5221. Grayscale: #A5A5A5. Windows color (decimal): -8147490 or 14593411. OLE color: 14593411.

HSL color Cylindrical-coordinate representation of color #83ADDE: hue angle of 212.31º degrees, saturation: 0.58, 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 #83ADDE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 173 222 -
CMYK 0.41 0.22 0 0.13
HSL 212.31º 0.58% 0.69% -
HSV(B) 212.31º 0.41% 0.87% -
XYZ 37.49 39.99 74.85 -
YUV 166.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 131 173 222 0.41 0.22 0 0.13 212.31 0.58 0.69
Hex 83 AD DE 29 16 0 D D4 3A 45
Octal 203 255 336 51 26 0 15 324 72 105
Binary 10000011 10101101 11011110 101001 10110 0 1101 11010100 111010 1000101

Color Harmonies of #83ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADDE

Black with #83ADDE

Text Example


Text Example

White with #83ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,173,222); }

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

background-color css

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

 a { background-color: rgb(131,173,222); }

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

border-color css

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

 span { border-color: rgb(131,173,222); }

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