Html Css Color HEX #84B3D6 Jordy Blue

📋 copy color: '#84B3D6'

red 132 ◦ green 179 ◦ blue 214

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

Shades of Jordy Blue #84B3D6

Tints of Jordy Blue #84B3D6

RGB

 RED value IS 132 (51.95% from 255) = 25.14%

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 25.14%
G = 34.1%
B = 40.76%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84B3D6 (or 0x84B3D6) is known color: Jordy Blue. HEX triplet: 84, B3 and D6. RGB value is (132,179,214). Sum of RGB (Red+Green+Blue) = 132+179+214=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #84B3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B3D6 is #7B4C29. Grayscale: #A8A8A8. Windows color (decimal): -8080426 or 14070660. OLE color: 14070660.

HSL color Cylindrical-coordinate representation of color #84B3D6: hue angle of 205.61º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84B3D6 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 179 214 -
CMYK 0.38 0.16 0 0.16
HSL 205.61º 0.5% 0.68% -
HSV(B) 205.61º 0.38% 0.84% -
XYZ 37.77 42 69.73 -
YUV 168.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 132 179 214 0.38 0.16 0 0.16 205.61 0.5 0.68
Hex 84 B3 D6 26 10 0 10 CE 32 44
Octal 204 263 326 46 20 0 20 316 62 104
Binary 10000100 10110011 11010110 100110 10000 0 10000 11001110 110010 1000100

Color Harmonies of #84B3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B3D6

Black with #84B3D6

Text Example


Text Example

White with #84B3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84B3D6; }

 p { color: rgb(132,179,214); }

 H1.HeaderClassName
 {
   color: #84B3D6;
 }
 .AnyTagClassName
 {
   color: #84B3D6;
 }
</style>

background-color css

<style>
 a { background-color: #84B3D6; }

 a { background-color: rgb(132,179,214); }

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

border-color css

<style>
 span { border-color: #84B3D6; }

 span { border-color: rgb(132,179,214); }

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