Html Css Color HEX #71AEEA Jordy Blue

📋 copy color: '#71AEEA'

red 113 ◦ green 174 ◦ blue 234

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

Shades of Jordy Blue #71AEEA

Tints of Jordy Blue #71AEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 21.69%
G = 33.4%
B = 44.91%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71AEEA (or 0x71AEEA) is known color: Jordy Blue. HEX triplet: 71, AE and EA. RGB value is (113,174,234). Sum of RGB (Red+Green+Blue) = 113+174+234=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #71AEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AEEA is #8E5115. Grayscale: #A2A2A2. Windows color (decimal): -9326870 or 15380081. OLE color: 15380081.

HSL color Cylindrical-coordinate representation of color #71AEEA: hue angle of 209.75º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71AEEA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 174 234 -
CMYK 0.52 0.26 0 0.08
HSL 209.75º 0.74% 0.68% -
HSV(B) 209.75º 0.52% 0.92% -
XYZ 36.8 39.72 83.57 -
YUV 162.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 113 174 234 0.52 0.26 0 0.08 209.75 0.74 0.68
Hex 71 AE EA 34 1A 0 8 D2 4A 44
Octal 161 256 352 64 32 0 10 322 112 104
Binary 1110001 10101110 11101010 110100 11010 0 1000 11010010 1001010 1000100

Color Harmonies of #71AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AEEA

Black with #71AEEA

Text Example


Text Example

White with #71AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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