#84AFD6

Color #84AFD6 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84AFD6

Tints of Jordy Blue #84AFD6

Color information

#84AFD6 (or 0x84AFD6) is unknown color: approx Jordy Blue. HEX triplet: 84, AF and D6. RGB value is (132,175,214). Sum of RGB (Red+Green+Blue) = 132+175+214=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #84AFD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFD6 is #7B5029. Grayscale: #A6A6A6. Windows color (decimal): -8081450 or 14069636. OLE color: 14069636.

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

Color convert

RGB132175214-
CMYK0.380.1800.16
HSL208.54º50%67.84%-
HSV(B)208.54º38.32%83.92%-
XYZ36.9840.4269.47-
YUV166.59154.75103.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=25.34%
G=33.59%
B=41.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321752140.380.1800.16208.545067.84
Hex84AFD62612010d13244
Octal204257326462202032162104
Binary10000100101011111101011010011010010010000110100011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,175,214); }

 H1.HeaderClassName
 {
   color: #84AFD6;
 }
 .AnyTagClassName
 {
   color: #84AFD6;
 }
</style>
background-color css

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

 a { background-color: rgb(132,175,214); }

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

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

 span { border-color: rgb(132,175,214); }

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