Html Css Color HEX #80ADF3 Jordy Blue

📋 copy color: '#80ADF3'

red 128 ◦ green 173 ◦ blue 243

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

Shades of Jordy Blue #80ADF3

Tints of Jordy Blue #80ADF3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.8%

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

R = 23.53%
G = 31.8%
B = 44.67%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80ADF3 (or 0x80ADF3) is known color: Jordy Blue. HEX triplet: 80, AD and F3. RGB value is (128,173,243). Sum of RGB (Red+Green+Blue) = 128+173+243=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #80ADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADF3 is #7F520C. Grayscale: #A7A7A7. Windows color (decimal): -8344077 or 15969664. OLE color: 15969664.

HSL color Cylindrical-coordinate representation of color #80ADF3: hue angle of 216.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80ADF3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 173 243 -
CMYK 0.47 0.29 0 0.05
HSL 216.52º 0.83% 0.73% -
HSV(B) 216.52º 0.47% 0.95% -
XYZ 40.02 40.95 90.59 -
YUV 167.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 128 173 243 0.47 0.29 0 0.05 216.52 0.83 0.73
Hex 80 AD F3 2F 1D 0 5 D9 53 49
Octal 200 255 363 57 35 0 5 331 123 111
Binary 10000000 10101101 11110011 101111 11101 0 101 11011001 1010011 1001001

Color Harmonies of #80ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADF3

Black with #80ADF3

Text Example


Text Example

White with #80ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,243); }

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

background-color css

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

 a { background-color: rgb(128,173,243); }

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

border-color css

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

 span { border-color: rgb(128,173,243); }

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