Html Css Color HEX #72ACF6 Jordy Blue

📋 copy color: '#72ACF6'

red 114 ◦ green 172 ◦ blue 246

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

Shades of Jordy Blue #72ACF6

Tints of Jordy Blue #72ACF6

RGB

 RED value IS 114 (44.92% from 255) = 21.43%

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

 BLUE value IS 246 (96.48% from 255) = 46.24%

R = 21.43%
G = 32.33%
B = 46.24%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#72ACF6 (or 0x72ACF6) is known color: Jordy Blue. HEX triplet: 72, AC and F6. RGB value is (114,172,246). Sum of RGB (Red+Green+Blue) = 114+172+246=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #72ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ACF6 is #8D5309. Grayscale: #A2A2A2. Windows color (decimal): -9261834 or 16166002. OLE color: 16166002.

HSL color Cylindrical-coordinate representation of color #72ACF6: hue angle of 213.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72ACF6 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 172 246 -
CMYK 0.54 0.30 0 0.04
HSL 213.64º 0.88% 0.71% -
HSV(B) 213.64º 0.54% 0.96% -
XYZ 38.33 39.74 92.84 -
YUV 163.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 114 172 246 0.54 0.30 0 0.04 213.64 0.88 0.71
Hex 72 AC F6 36 1E 0 4 D6 58 47
Octal 162 254 366 66 36 0 4 326 130 107
Binary 1110010 10101100 11110110 110110 11110 0 100 11010110 1011000 1000111

Color Harmonies of #72ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACF6

Black with #72ACF6

Text Example


Text Example

White with #72ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72ACF6; }

 p { color: rgb(114,172,246); }

 H1.HeaderClassName
 {
   color: #72ACF6;
 }
 .AnyTagClassName
 {
   color: #72ACF6;
 }
</style>

background-color css

<style>
 a { background-color: #72ACF6; }

 a { background-color: rgb(114,172,246); }

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

border-color css

<style>
 span { border-color: #72ACF6; }

 span { border-color: rgb(114,172,246); }

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