Html Css Color HEX #83BAE5 Jordy Blue

📋 copy color: '#83BAE5'

red 131 ◦ green 186 ◦ blue 229

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

Shades of Jordy Blue #83BAE5

Tints of Jordy Blue #83BAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 23.99%
G = 34.07%
B = 41.94%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#83BAE5 (or 0x83BAE5) is known color: Jordy Blue. HEX triplet: 83, BA and E5. RGB value is (131,186,229). Sum of RGB (Red+Green+Blue) = 131+186+229=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #83BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAE5 is #7C451A. Grayscale: #AEAEAE. Windows color (decimal): -8144155 or 15055491. OLE color: 15055491.

HSL color Cylindrical-coordinate representation of color #83BAE5: hue angle of 206.33º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83BAE5 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 186 229 -
CMYK 0.43 0.19 0 0.10
HSL 206.33º 0.65% 0.71% -
HSV(B) 206.33º 0.43% 0.9% -
XYZ 41.06 45.6 80.77 -
YUV 174.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 131 186 229 0.43 0.19 0 0.10 206.33 0.65 0.71
Hex 83 BA E5 2B 13 0 A CE 41 47
Octal 203 272 345 53 23 0 12 316 101 107
Binary 10000011 10111010 11100101 101011 10011 0 1010 11001110 1000001 1000111

Color Harmonies of #83BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BAE5

Black with #83BAE5

Text Example


Text Example

White with #83BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,229); }

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

background-color css

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

 a { background-color: rgb(131,186,229); }

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

border-color css

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

 span { border-color: rgb(131,186,229); }

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