Html Css Color HEX #72AEDF Jordy Blue

📋 copy color: '#72AEDF'

red 114 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #72AEDF

Tints of Jordy Blue #72AEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.05%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 22.31%
G = 34.05%
B = 43.64%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72AEDF (or 0x72AEDF) is known color: Jordy Blue. HEX triplet: 72, AE and DF. RGB value is (114,174,223). Sum of RGB (Red+Green+Blue) = 114+174+223=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #72AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72AEDF is #8D5120. Grayscale: #A1A1A1. Windows color (decimal): -9261345 or 14659186. OLE color: 14659186.

HSL color Cylindrical-coordinate representation of color #72AEDF: hue angle of 206.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72AEDF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 174 223 -
CMYK 0.49 0.22 0 0.13
HSL 206.97º 0.63% 0.66% -
HSV(B) 206.97º 0.49% 0.87% -
XYZ 35.39 39.18 75.51 -
YUV 161.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 114 174 223 0.49 0.22 0 0.13 206.97 0.63 0.66
Hex 72 AE DF 31 16 0 D CF 3F 42
Octal 162 256 337 61 26 0 15 317 77 102
Binary 1110010 10101110 11011111 110001 10110 0 1101 11001111 111111 1000010

Color Harmonies of #72AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEDF

Black with #72AEDF

Text Example


Text Example

White with #72AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,174,223); }

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

background-color css

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

 a { background-color: rgb(114,174,223); }

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

border-color css

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

 span { border-color: rgb(114,174,223); }

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