Html Css Color HEX #84ACF3 Jordy Blue

📋 copy color: '#84ACF3'

red 132 ◦ green 172 ◦ blue 243

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

Shades of Jordy Blue #84ACF3

Tints of Jordy Blue #84ACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.42%

R = 24.13%
G = 31.44%
B = 44.42%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84ACF3 (or 0x84ACF3) is known color: Jordy Blue. HEX triplet: 84, AC and F3. RGB value is (132,172,243). Sum of RGB (Red+Green+Blue) = 132+172+243=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #84ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACF3 is #7B530C. Grayscale: #A7A7A7. Windows color (decimal): -8082189 or 15969412. OLE color: 15969412.

HSL color Cylindrical-coordinate representation of color #84ACF3: hue angle of 218.38º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84ACF3 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 172 243 -
CMYK 0.46 0.29 0 0.05
HSL 218.38º 0.82% 0.74% -
HSV(B) 218.38º 0.46% 0.95% -
XYZ 40.45 40.88 90.55 -
YUV 168.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 132 172 243 0.46 0.29 0 0.05 218.38 0.82 0.74
Hex 84 AC F3 2E 1D 0 5 DA 52 4A
Octal 204 254 363 56 35 0 5 332 122 112
Binary 10000100 10101100 11110011 101110 11101 0 101 11011010 1010010 1001010

Color Harmonies of #84ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACF3

Black with #84ACF3

Text Example


Text Example

White with #84ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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