Html Css Color HEX #71A2DC Jordy Blue

📋 copy color: '#71A2DC'

red 113 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #71A2DC

Tints of Jordy Blue #71A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.73%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 22.83%
G = 32.73%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71A2DC (or 0x71A2DC) is known color: Jordy Blue. HEX triplet: 71, A2 and DC. RGB value is (113,162,220). Sum of RGB (Red+Green+Blue) = 113+162+220=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #71A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A2DC is #8E5D23. Grayscale: #999999. Windows color (decimal): -9329956 or 14459505. OLE color: 14459505.

HSL color Cylindrical-coordinate representation of color #71A2DC: hue angle of 212.52º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71A2DC is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 162 220 -
CMYK 0.49 0.26 0 0.14
HSL 212.52º 0.6% 0.65% -
HSV(B) 212.52º 0.49% 0.86% -
XYZ 32.65 34.52 72.65 -
YUV 153.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 113 162 220 0.49 0.26 0 0.14 212.52 0.6 0.65
Hex 71 A2 DC 31 1A 0 E D5 3C 41
Octal 161 242 334 61 32 0 16 325 74 101
Binary 1110001 10100010 11011100 110001 11010 0 1110 11010101 111100 1000001

Color Harmonies of #71A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A2DC

Black with #71A2DC

Text Example


Text Example

White with #71A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,220); }

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

background-color css

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

 a { background-color: rgb(113,162,220); }

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

border-color css

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

 span { border-color: rgb(113,162,220); }

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