Html Css Color HEX #84B7EF Jordy Blue

📋 copy color: '#84B7EF'

red 132 ◦ green 183 ◦ blue 239

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

Shades of Jordy Blue #84B7EF

Tints of Jordy Blue #84B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.03%

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 23.83%
G = 33.03%
B = 43.14%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#84B7EF (or 0x84B7EF) is known color: Jordy Blue. HEX triplet: 84, B7 and EF. RGB value is (132,183,239). Sum of RGB (Red+Green+Blue) = 132+183+239=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #84B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B7EF is #7B4810. Grayscale: #ADADAD. Windows color (decimal): -8079377 or 15710084. OLE color: 15710084.

HSL color Cylindrical-coordinate representation of color #84B7EF: hue angle of 211.4º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84B7EF is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 183 239 -
CMYK 0.45 0.23 0 0.06
HSL 211.4º 0.77% 0.73% -
HSV(B) 211.4º 0.45% 0.94% -
XYZ 42.03 45 88.13 -
YUV 174.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 132 183 239 0.45 0.23 0 0.06 211.4 0.77 0.73
Hex 84 B7 EF 2D 17 0 6 D3 4D 49
Octal 204 267 357 55 27 0 6 323 115 111
Binary 10000100 10110111 11101111 101101 10111 0 110 11010011 1001101 1001001

Color Harmonies of #84B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B7EF

Black with #84B7EF

Text Example


Text Example

White with #84B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,183,239); }

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

background-color css

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

 a { background-color: rgb(132,183,239); }

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

border-color css

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

 span { border-color: rgb(132,183,239); }

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