Html Css Color HEX #84BAEA Jordy Blue

📋 copy color: '#84BAEA'

red 132 ◦ green 186 ◦ blue 234

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

Shades of Jordy Blue #84BAEA

Tints of Jordy Blue #84BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 23.91%
G = 33.7%
B = 42.39%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84BAEA (or 0x84BAEA) is known color: Jordy Blue. HEX triplet: 84, BA and EA. RGB value is (132,186,234). Sum of RGB (Red+Green+Blue) = 132+186+234=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #84BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84BAEA is #7B4515. Grayscale: #AFAFAF. Windows color (decimal): -8078614 or 15383172. OLE color: 15383172.

HSL color Cylindrical-coordinate representation of color #84BAEA: hue angle of 208.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84BAEA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 186 234 -
CMYK 0.44 0.21 0 0.08
HSL 208.24º 0.71% 0.72% -
HSV(B) 208.24º 0.44% 0.92% -
XYZ 41.93 45.96 84.5 -
YUV 175.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 132 186 234 0.44 0.21 0 0.08 208.24 0.71 0.72
Hex 84 BA EA 2C 15 0 8 D0 47 48
Octal 204 272 352 54 25 0 10 320 107 110
Binary 10000100 10111010 11101010 101100 10101 0 1000 11010000 1000111 1001000

Color Harmonies of #84BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BAEA

Black with #84BAEA

Text Example


Text Example

White with #84BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,234); }

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

background-color css

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

 a { background-color: rgb(132,186,234); }

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

border-color css

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

 span { border-color: rgb(132,186,234); }

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