Html Css Color HEX #83B3DA Jordy Blue

📋 copy color: '#83B3DA'

red 131 ◦ green 179 ◦ blue 218

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

Shades of Jordy Blue #83B3DA

Tints of Jordy Blue #83B3DA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.9%

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

R = 24.81%
G = 33.9%
B = 41.29%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83B3DA (or 0x83B3DA) is known color: Jordy Blue. HEX triplet: 83, B3 and DA. RGB value is (131,179,218). Sum of RGB (Red+Green+Blue) = 131+179+218=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #83B3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B3DA is #7C4C25. Grayscale: #A8A8A8. Windows color (decimal): -8145958 or 14332803. OLE color: 14332803.

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

Color convert

RGB 131 179 218 -
CMYK 0.40 0.18 0 0.15
HSL 206.9º 0.54% 0.68% -
HSV(B) 206.9º 0.4% 0.85% -
XYZ 38.14 42.13 72.45 -
YUV 169.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 131 179 218 0.40 0.18 0 0.15 206.9 0.54 0.68
Hex 83 B3 DA 28 12 0 F CF 36 44
Octal 203 263 332 50 22 0 17 317 66 104
Binary 10000011 10110011 11011010 101000 10010 0 1111 11001111 110110 1000100

Color Harmonies of #83B3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B3DA

Black with #83B3DA

Text Example


Text Example

White with #83B3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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