Html Css Color HEX #71AEDF Jordy Blue

📋 copy color: '#71AEDF'

red 113 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #71AEDF

Tints of Jordy Blue #71AEDF

RGB

 RED value IS 113 (44.53% from 255) = 22.16%

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

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

R = 22.16%
G = 34.12%
B = 43.73%

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

#71AEDF (or 0x71AEDF) is known color: Jordy Blue. HEX triplet: 71, AE and DF. RGB value is (113,174,223). Sum of RGB (Red+Green+Blue) = 113+174+223=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #71AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AEDF is #8E5120. Grayscale: #A1A1A1. Windows color (decimal): -9326881 or 14659185. OLE color: 14659185.

HSL color Cylindrical-coordinate representation of color #71AEDF: hue angle of 206.73º 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 #71AEDF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 174 223 -
CMYK 0.49 0.22 0 0.13
HSL 206.73º 0.63% 0.66% -
HSV(B) 206.73º 0.49% 0.87% -
XYZ 35.27 39.11 75.5 -
YUV 161.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 113 174 223 0.49 0.22 0 0.13 206.73 0.63 0.66
Hex 71 AE DF 31 16 0 D CF 3F 42
Octal 161 256 337 61 26 0 15 317 77 102
Binary 1110001 10101110 11011111 110001 10110 0 1101 11001111 111111 1000010

Color Harmonies of #71AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AEDF

Black with #71AEDF

Text Example


Text Example

White with #71AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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