Html Css Color HEX #71ACEA Jordy Blue

📋 copy color: '#71ACEA'

red 113 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #71ACEA

Tints of Jordy Blue #71ACEA

RGB

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

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

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

R = 21.77%
G = 33.14%
B = 45.09%

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

#71ACEA (or 0x71ACEA) is known color: Jordy Blue. HEX triplet: 71, AC and EA. RGB value is (113,172,234). Sum of RGB (Red+Green+Blue) = 113+172+234=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #71ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ACEA is #8E5315. Grayscale: #A1A1A1. Windows color (decimal): -9327382 or 15379569. OLE color: 15379569.

HSL color Cylindrical-coordinate representation of color #71ACEA: hue angle of 210.74º 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 #71ACEA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 172 234 -
CMYK 0.52 0.26 0 0.08
HSL 210.74º 0.74% 0.68% -
HSV(B) 210.74º 0.52% 0.92% -
XYZ 36.41 38.96 83.44 -
YUV 161.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 113 172 234 0.52 0.26 0 0.08 210.74 0.74 0.68
Hex 71 AC EA 34 1A 0 8 D3 4A 44
Octal 161 254 352 64 32 0 10 323 112 104
Binary 1110001 10101100 11101010 110100 11010 0 1000 11010011 1001010 1000100

Color Harmonies of #71ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ACEA

Black with #71ACEA

Text Example


Text Example

White with #71ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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