Html Css Color HEX #84AFEC Jordy Blue

📋 copy color: '#84AFEC'

red 132 ◦ green 175 ◦ blue 236

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

Shades of Jordy Blue #84AFEC

Tints of Jordy Blue #84AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.23%

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 24.31%
G = 32.23%
B = 43.46%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#84AFEC (or 0x84AFEC) is known color: Jordy Blue. HEX triplet: 84, AF and EC. RGB value is (132,175,236). Sum of RGB (Red+Green+Blue) = 132+175+236=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #84AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AFEC is #7B5013. Grayscale: #A8A8A8. Windows color (decimal): -8081428 or 15511428. OLE color: 15511428.

HSL color Cylindrical-coordinate representation of color #84AFEC: hue angle of 215.19º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84AFEC is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 175 236 -
CMYK 0.44 0.26 0 0.07
HSL 215.19º 0.73% 0.72% -
HSV(B) 215.19º 0.44% 0.93% -
XYZ 39.99 41.62 85.28 -
YUV 169.1 165.75 101.54 -
System Red Green Blue C M Y K H S L
Decimal 132 175 236 0.44 0.26 0 0.07 215.19 0.73 0.72
Hex 84 AF EC 2C 1A 0 7 D7 49 48
Octal 204 257 354 54 32 0 7 327 111 110
Binary 10000100 10101111 11101100 101100 11010 0 111 11010111 1001001 1001000

Color Harmonies of #84AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFEC

Black with #84AFEC

Text Example


Text Example

White with #84AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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