Html Css Color HEX #84B6E1 Jordy Blue

📋 copy color: '#84B6E1'

red 132 ◦ green 182 ◦ blue 225

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

Shades of Jordy Blue #84B6E1

Tints of Jordy Blue #84B6E1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.77%

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 24.49%
G = 33.77%
B = 41.74%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84B6E1 (or 0x84B6E1) is known color: Jordy Blue. HEX triplet: 84, B6 and E1. RGB value is (132,182,225). Sum of RGB (Red+Green+Blue) = 132+182+225=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #84B6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B6E1 is #7B491E. Grayscale: #ABABAB. Windows color (decimal): -8079647 or 14792324. OLE color: 14792324.

HSL color Cylindrical-coordinate representation of color #84B6E1: hue angle of 207.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84B6E1 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 182 225 -
CMYK 0.41 0.19 0 0.12
HSL 207.74º 0.61% 0.7% -
HSV(B) 207.74º 0.41% 0.88% -
XYZ 39.83 43.8 77.59 -
YUV 171.95 157.94 99.5 -
System Red Green Blue C M Y K H S L
Decimal 132 182 225 0.41 0.19 0 0.12 207.74 0.61 0.7
Hex 84 B6 E1 29 13 0 C D0 3D 46
Octal 204 266 341 51 23 0 14 320 75 106
Binary 10000100 10110110 11100001 101001 10011 0 1100 11010000 111101 1000110

Color Harmonies of #84B6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B6E1

Black with #84B6E1

Text Example


Text Example

White with #84B6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,182,225); }

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

background-color css

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

 a { background-color: rgb(132,182,225); }

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

border-color css

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

 span { border-color: rgb(132,182,225); }

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