Html Css Color HEX #82B4EA Jordy Blue

📋 copy color: '#82B4EA'

red 130 ◦ green 180 ◦ blue 234

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

Shades of Jordy Blue #82B4EA

Tints of Jordy Blue #82B4EA

RGB

 RED value IS 130 (51.17% from 255) = 23.9%

 GREEN value IS 180 (70.7% from 255) = 33.09%

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

R = 23.9%
G = 33.09%
B = 43.01%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#82B4EA (or 0x82B4EA) is known color: Jordy Blue. HEX triplet: 82, B4 and EA. RGB value is (130,180,234). Sum of RGB (Red+Green+Blue) = 130+180+234=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #82B4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B4EA is #7D4B15. Grayscale: #AAAAAA. Windows color (decimal): -8211222 or 15381634. OLE color: 15381634.

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

Color convert

RGB 130 180 234 -
CMYK 0.44 0.23 0 0.08
HSL 211.15º 0.71% 0.71% -
HSV(B) 211.15º 0.44% 0.92% -
XYZ 40.38 43.33 84.08 -
YUV 171.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 130 180 234 0.44 0.23 0 0.08 211.15 0.71 0.71
Hex 82 B4 EA 2C 17 0 8 D3 47 47
Octal 202 264 352 54 27 0 10 323 107 107
Binary 10000010 10110100 11101010 101100 10111 0 1000 11010011 1000111 1000111

Color Harmonies of #82B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B4EA

Black with #82B4EA

Text Example


Text Example

White with #82B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82B4EA; }

 p { color: rgb(130,180,234); }

 H1.HeaderClassName
 {
   color: #82B4EA;
 }
 .AnyTagClassName
 {
   color: #82B4EA;
 }
</style>

background-color css

<style>
 a { background-color: #82B4EA; }

 a { background-color: rgb(130,180,234); }

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

border-color css

<style>
 span { border-color: #82B4EA; }

 span { border-color: rgb(130,180,234); }

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