Html Css Color HEX #83B0DD Jordy Blue

📋 copy color: '#83B0DD'

red 131 ◦ green 176 ◦ blue 221

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

Shades of Jordy Blue #83B0DD

Tints of Jordy Blue #83B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.33%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 24.81%
G = 33.33%
B = 41.86%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83B0DD (or 0x83B0DD) is known color: Jordy Blue. HEX triplet: 83, B0 and DD. RGB value is (131,176,221). Sum of RGB (Red+Green+Blue) = 131+176+221=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #83B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0DD is #7C4F22. Grayscale: #A7A7A7. Windows color (decimal): -8146723 or 14528643. OLE color: 14528643.

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

Color convert

RGB 131 176 221 -
CMYK 0.41 0.20 0 0.13
HSL 210º 0.57% 0.69% -
HSV(B) 210º 0.41% 0.87% -
XYZ 37.94 41.1 74.34 -
YUV 167.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 131 176 221 0.41 0.20 0 0.13 210 0.57 0.69
Hex 83 B0 DD 29 14 0 D D2 39 45
Octal 203 260 335 51 24 0 15 322 71 105
Binary 10000011 10110000 11011101 101001 10100 0 1101 11010010 111001 1000101

Color Harmonies of #83B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B0DD

Black with #83B0DD

Text Example


Text Example

White with #83B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,176,221); }

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

background-color css

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

 a { background-color: rgb(131,176,221); }

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

border-color css

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

 span { border-color: rgb(131,176,221); }

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