Html Css Color HEX #83B5DB Jordy Blue

📋 copy color: '#83B5DB'

red 131 ◦ green 181 ◦ blue 219

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

Shades of Jordy Blue #83B5DB

Tints of Jordy Blue #83B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

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

R = 24.67%
G = 34.09%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83B5DB (or 0x83B5DB) is known color: Jordy Blue. HEX triplet: 83, B5 and DB. RGB value is (131,181,219). Sum of RGB (Red+Green+Blue) = 131+181+219=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #83B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B5DB is #7C4A24. Grayscale: #AAAAAA. Windows color (decimal): -8145445 or 14398851. OLE color: 14398851.

HSL color Cylindrical-coordinate representation of color #83B5DB: hue angle of 205.91º 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 #83B5DB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 181 219 -
CMYK 0.40 0.17 0 0.14
HSL 205.91º 0.55% 0.69% -
HSV(B) 205.91º 0.4% 0.86% -
XYZ 38.67 42.99 73.28 -
YUV 170.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 131 181 219 0.40 0.17 0 0.14 205.91 0.55 0.69
Hex 83 B5 DB 28 11 0 E CE 37 45
Octal 203 265 333 50 21 0 16 316 67 105
Binary 10000011 10110101 11011011 101000 10001 0 1110 11001110 110111 1000101

Color Harmonies of #83B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B5DB

Black with #83B5DB

Text Example


Text Example

White with #83B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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