Html Css Color HEX #84B3DB Jordy Blue

📋 copy color: '#84B3DB'

red 132 ◦ green 179 ◦ blue 219

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

Shades of Jordy Blue #84B3DB

Tints of Jordy Blue #84B3DB

RGB

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

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

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

R = 24.91%
G = 33.77%
B = 41.32%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84B3DB (or 0x84B3DB) is known color: Jordy Blue. HEX triplet: 84, B3 and DB. RGB value is (132,179,219). Sum of RGB (Red+Green+Blue) = 132+179+219=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B3DB is #7B4C24. Grayscale: #A9A9A9. Windows color (decimal): -8080421 or 14398340. OLE color: 14398340.

HSL color Cylindrical-coordinate representation of color #84B3DB: hue angle of 207.59º 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 #84B3DB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 179 219 -
CMYK 0.40 0.18 0 0.14
HSL 207.59º 0.55% 0.69% -
HSV(B) 207.59º 0.4% 0.86% -
XYZ 38.42 42.26 73.15 -
YUV 169.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 132 179 219 0.40 0.18 0 0.14 207.59 0.55 0.69
Hex 84 B3 DB 28 12 0 E D0 37 45
Octal 204 263 333 50 22 0 16 320 67 105
Binary 10000100 10110011 11011011 101000 10010 0 1110 11010000 110111 1000101

Color Harmonies of #84B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B3DB

Black with #84B3DB

Text Example


Text Example

White with #84B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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