Html Css Color HEX #84ADFD Jordy Blue

📋 copy color: '#84ADFD'

red 132 ◦ green 173 ◦ blue 253

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

Shades of Jordy Blue #84ADFD

Tints of Jordy Blue #84ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31%

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 23.66%
G = 31%
B = 45.34%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#84ADFD (or 0x84ADFD) is known color: Jordy Blue. HEX triplet: 84, AD and FD. RGB value is (132,173,253). Sum of RGB (Red+Green+Blue) = 132+173+253=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #84ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ADFD is #7B5202. Grayscale: #A9A9A9. Windows color (decimal): -8081923 or 16625028. OLE color: 16625028.

HSL color Cylindrical-coordinate representation of color #84ADFD: hue angle of 219.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84ADFD is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 173 253 -
CMYK 0.48 0.32 0 0.01
HSL 219.67º 0.97% 0.75% -
HSV(B) 219.67º 0.48% 0.99% -
XYZ 42.19 41.88 98.79 -
YUV 169.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 132 173 253 0.48 0.32 0 0.01 219.67 0.97 0.75
Hex 84 AD FD 30 20 0 1 DC 61 4B
Octal 204 255 375 60 40 0 1 334 141 113
Binary 10000100 10101101 11111101 110000 100000 0 1 11011100 1100001 1001011

Color Harmonies of #84ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ADFD

Black with #84ADFD

Text Example


Text Example

White with #84ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,253); }

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

background-color css

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

 a { background-color: rgb(132,173,253); }

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

border-color css

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

 span { border-color: rgb(132,173,253); }

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