Html Css Color HEX #84B2D5 Jordy Blue

📋 copy color: '#84B2D5'

red 132 ◦ green 178 ◦ blue 213

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

Shades of Jordy Blue #84B2D5

Tints of Jordy Blue #84B2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 25.24%
G = 34.03%
B = 40.73%

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

#84B2D5 (or 0x84B2D5) is known color: Jordy Blue. HEX triplet: 84, B2 and D5. RGB value is (132,178,213). Sum of RGB (Red+Green+Blue) = 132+178+213=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #84B2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2D5 is #7B4D2A. Grayscale: #A8A8A8. Windows color (decimal): -8080683 or 14004868. OLE color: 14004868.

HSL color Cylindrical-coordinate representation of color #84B2D5: hue angle of 205.93º degrees, saturation: 0.49, 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 #84B2D5 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 178 213 -
CMYK 0.38 0.16 0 0.16
HSL 205.93º 0.49% 0.68% -
HSV(B) 205.93º 0.38% 0.84% -
XYZ 37.45 41.55 69 -
YUV 168.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 132 178 213 0.38 0.16 0 0.16 205.93 0.49 0.68
Hex 84 B2 D5 26 10 0 10 CE 31 44
Octal 204 262 325 46 20 0 20 316 61 104
Binary 10000100 10110010 11010101 100110 10000 0 10000 11001110 110001 1000100

Color Harmonies of #84B2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B2D5

Black with #84B2D5

Text Example


Text Example

White with #84B2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,178,213); }

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

background-color css

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

 a { background-color: rgb(132,178,213); }

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

border-color css

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

 span { border-color: rgb(132,178,213); }

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