Html Css Color HEX #84B5DC Jordy Blue

📋 copy color: '#84B5DC'

red 132 ◦ green 181 ◦ blue 220

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

Shades of Jordy Blue #84B5DC

Tints of Jordy Blue #84B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 24.77%
G = 33.96%
B = 41.28%

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

#84B5DC (or 0x84B5DC) is known color: Jordy Blue. HEX triplet: 84, B5 and DC. RGB value is (132,181,220). Sum of RGB (Red+Green+Blue) = 132+181+220=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #84B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B5DC is #7B4A23. Grayscale: #AAAAAA. Windows color (decimal): -8079908 or 14464388. OLE color: 14464388.

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

Color convert

RGB 132 181 220 -
CMYK 0.40 0.18 0 0.14
HSL 206.59º 0.56% 0.69% -
HSV(B) 206.59º 0.4% 0.86% -
XYZ 38.96 43.12 73.98 -
YUV 170.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 132 181 220 0.40 0.18 0 0.14 206.59 0.56 0.69
Hex 84 B5 DC 28 12 0 E CF 38 45
Octal 204 265 334 50 22 0 16 317 70 105
Binary 10000100 10110101 11011100 101000 10010 0 1110 11001111 111000 1000101

Color Harmonies of #84B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B5DC

Black with #84B5DC

Text Example


Text Example

White with #84B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,181,220); }

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

background-color css

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

 a { background-color: rgb(132,181,220); }

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

border-color css

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

 span { border-color: rgb(132,181,220); }

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