Html Css Color HEX #84ADDF Jordy Blue

📋 copy color: '#84ADDF'

red 132 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #84ADDF

Tints of Jordy Blue #84ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 25%
G = 32.77%
B = 42.23%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84ADDF (or 0x84ADDF) is known color: Jordy Blue. HEX triplet: 84, AD and DF. RGB value is (132,173,223). Sum of RGB (Red+Green+Blue) = 132+173+223=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #84ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDF is #7B5220. Grayscale: #A6A6A6. Windows color (decimal): -8081953 or 14658948. OLE color: 14658948.

HSL color Cylindrical-coordinate representation of color #84ADDF: hue angle of 212.97º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84ADDF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 173 223 -
CMYK 0.41 0.22 0 0.13
HSL 212.97º 0.59% 0.7% -
HSV(B) 212.97º 0.41% 0.87% -
XYZ 37.78 40.12 75.56 -
YUV 166.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 132 173 223 0.41 0.22 0 0.13 212.97 0.59 0.7
Hex 84 AD DF 29 16 0 D D5 3B 46
Octal 204 255 337 51 26 0 15 325 73 106
Binary 10000100 10101101 11011111 101001 10110 0 1101 11010101 111011 1000110

Color Harmonies of #84ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ADDF

Black with #84ADDF

Text Example


Text Example

White with #84ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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