Html Css Color HEX #83B2DA Jordy Blue

📋 copy color: '#83B2DA'

red 131 ◦ green 178 ◦ blue 218

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

Shades of Jordy Blue #83B2DA

Tints of Jordy Blue #83B2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

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

R = 24.86%
G = 33.78%
B = 41.37%

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

#83B2DA (or 0x83B2DA) is known color: Jordy Blue. HEX triplet: 83, B2 and DA. RGB value is (131,178,218). Sum of RGB (Red+Green+Blue) = 131+178+218=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #83B2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2DA is #7C4D25. Grayscale: #A8A8A8. Windows color (decimal): -8146214 or 14332547. OLE color: 14332547.

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

Color convert

RGB 131 178 218 -
CMYK 0.40 0.18 0 0.15
HSL 207.59º 0.54% 0.68% -
HSV(B) 207.59º 0.4% 0.85% -
XYZ 37.94 41.73 72.38 -
YUV 168.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 131 178 218 0.40 0.18 0 0.15 207.59 0.54 0.68
Hex 83 B2 DA 28 12 0 F D0 36 44
Octal 203 262 332 50 22 0 17 320 66 104
Binary 10000011 10110010 11011010 101000 10010 0 1111 11010000 110110 1000100

Color Harmonies of #83B2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B2DA

Black with #83B2DA

Text Example


Text Example

White with #83B2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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