Html Css Color HEX #80ACF3 Jordy Blue

📋 copy color: '#80ACF3'

red 128 ◦ green 172 ◦ blue 243

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

Shades of Jordy Blue #80ACF3

Tints of Jordy Blue #80ACF3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.68%

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

R = 23.57%
G = 31.68%
B = 44.75%

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

#80ACF3 (or 0x80ACF3) is known color: Jordy Blue. HEX triplet: 80, AC and F3. RGB value is (128,172,243). Sum of RGB (Red+Green+Blue) = 128+172+243=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #80ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACF3 is #7F530C. Grayscale: #A6A6A6. Windows color (decimal): -8344333 or 15969408. OLE color: 15969408.

HSL color Cylindrical-coordinate representation of color #80ACF3: hue angle of 217.04º 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 #80ACF3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 172 243 -
CMYK 0.47 0.29 0 0.05
HSL 217.04º 0.83% 0.73% -
HSV(B) 217.04º 0.47% 0.95% -
XYZ 39.83 40.57 90.52 -
YUV 166.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 128 172 243 0.47 0.29 0 0.05 217.04 0.83 0.73
Hex 80 AC F3 2F 1D 0 5 D9 53 49
Octal 200 254 363 57 35 0 5 331 123 111
Binary 10000000 10101100 11110011 101111 11101 0 101 11011001 1010011 1001001

Color Harmonies of #80ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACF3

Black with #80ACF3

Text Example


Text Example

White with #80ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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