Html Css Color HEX #84B2DB Jordy Blue

📋 copy color: '#84B2DB'

red 132 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #84B2DB

Tints of Jordy Blue #84B2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 24.95%
G = 33.65%
B = 41.4%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84B2DB (or 0x84B2DB) is known color: Jordy Blue. HEX triplet: 84, B2 and DB. RGB value is (132,178,219). Sum of RGB (Red+Green+Blue) = 132+178+219=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2DB is #7B4D24. Grayscale: #A8A8A8. Windows color (decimal): -8080677 or 14398084. OLE color: 14398084.

HSL color Cylindrical-coordinate representation of color #84B2DB: hue angle of 208.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84B2DB is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 178 219 -
CMYK 0.40 0.19 0 0.14
HSL 208.28º 0.55% 0.69% -
HSV(B) 208.28º 0.4% 0.86% -
XYZ 38.22 41.86 73.08 -
YUV 168.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 132 178 219 0.40 0.19 0 0.14 208.28 0.55 0.69
Hex 84 B2 DB 28 13 0 E D0 37 45
Octal 204 262 333 50 23 0 16 320 67 105
Binary 10000100 10110010 11011011 101000 10011 0 1110 11010000 110111 1000101

Color Harmonies of #84B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B2DB

Black with #84B2DB

Text Example


Text Example

White with #84B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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