Html Css Color HEX #84ACF4 Jordy Blue

📋 copy color: '#84ACF4'

red 132 ◦ green 172 ◦ blue 244

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

Shades of Jordy Blue #84ACF4

Tints of Jordy Blue #84ACF4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.39%

 BLUE value IS 244 (95.7% from 255) = 44.53%

R = 24.09%
G = 31.39%
B = 44.53%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#84ACF4 (or 0x84ACF4) is known color: Jordy Blue. HEX triplet: 84, AC and F4. RGB value is (132,172,244). Sum of RGB (Red+Green+Blue) = 132+172+244=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #84ACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACF4 is #7B530B. Grayscale: #A7A7A7. Windows color (decimal): -8082188 or 16034948. OLE color: 16034948.

HSL color Cylindrical-coordinate representation of color #84ACF4: hue angle of 218.57º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84ACF4 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 172 244 -
CMYK 0.46 0.30 0 0.04
HSL 218.57º 0.84% 0.74% -
HSV(B) 218.57º 0.46% 0.96% -
XYZ 40.6 40.94 91.35 -
YUV 168.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 132 172 244 0.46 0.30 0 0.04 218.57 0.84 0.74
Hex 84 AC F4 2E 1E 0 4 DB 54 4A
Octal 204 254 364 56 36 0 4 333 124 112
Binary 10000100 10101100 11110100 101110 11110 0 100 11011011 1010100 1001010

Color Harmonies of #84ACF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACF4

Black with #84ACF4

Text Example


Text Example

White with #84ACF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,172,244); }

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

background-color css

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

 a { background-color: rgb(132,172,244); }

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

border-color css

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

 span { border-color: rgb(132,172,244); }

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