Html Css Color HEX #80A3EE Jordy Blue

📋 copy color: '#80A3EE'

red 128 ◦ green 163 ◦ blue 238

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

Shades of Jordy Blue #80A3EE

Tints of Jordy Blue #80A3EE

RGB

 RED value IS 128 (50.39% from 255) = 24.2%

 GREEN value IS 163 (64.06% from 255) = 30.81%

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 24.2%
G = 30.81%
B = 44.99%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80A3EE (or 0x80A3EE) is known color: Jordy Blue. HEX triplet: 80, A3 and EE. RGB value is (128,163,238). Sum of RGB (Red+Green+Blue) = 128+163+238=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #80A3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A3EE is #7F5C11. Grayscale: #A0A0A0. Windows color (decimal): -8346642 or 15639424. OLE color: 15639424.

HSL color Cylindrical-coordinate representation of color #80A3EE: hue angle of 220.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80A3EE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 163 238 -
CMYK 0.46 0.32 0 0.07
HSL 220.91º 0.76% 0.72% -
HSV(B) 220.91º 0.46% 0.93% -
XYZ 37.43 36.96 86.05 -
YUV 161.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 128 163 238 0.46 0.32 0 0.07 220.91 0.76 0.72
Hex 80 A3 EE 2E 20 0 7 DD 4C 48
Octal 200 243 356 56 40 0 7 335 114 110
Binary 10000000 10100011 11101110 101110 100000 0 111 11011101 1001100 1001000

Color Harmonies of #80A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A3EE

Black with #80A3EE

Text Example


Text Example

White with #80A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A3EE; }

 p { color: rgb(128,163,238); }

 H1.HeaderClassName
 {
   color: #80A3EE;
 }
 .AnyTagClassName
 {
   color: #80A3EE;
 }
</style>

background-color css

<style>
 a { background-color: #80A3EE; }

 a { background-color: rgb(128,163,238); }

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

border-color css

<style>
 span { border-color: #80A3EE; }

 span { border-color: rgb(128,163,238); }

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