Html Css Color HEX #71A3EC Jordy Blue

📋 copy color: '#71A3EC'

red 113 ◦ green 163 ◦ blue 236

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

Shades of Jordy Blue #71A3EC

Tints of Jordy Blue #71A3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 22.07%
G = 31.84%
B = 46.09%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71A3EC (or 0x71A3EC) is known color: Jordy Blue. HEX triplet: 71, A3 and EC. RGB value is (113,163,236). Sum of RGB (Red+Green+Blue) = 113+163+236=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #71A3EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A3EC is #8E5C13. Grayscale: #9C9C9C. Windows color (decimal): -9329684 or 15508337. OLE color: 15508337.

HSL color Cylindrical-coordinate representation of color #71A3EC: hue angle of 215.61º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71A3EC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 163 236 -
CMYK 0.52 0.31 0 0.07
HSL 215.61º 0.76% 0.68% -
HSV(B) 215.61º 0.52% 0.93% -
XYZ 35.05 35.76 84.41 -
YUV 156.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 113 163 236 0.52 0.31 0 0.07 215.61 0.76 0.68
Hex 71 A3 EC 34 1F 0 7 D8 4C 44
Octal 161 243 354 64 37 0 7 330 114 104
Binary 1110001 10100011 11101100 110100 11111 0 111 11011000 1001100 1000100

Color Harmonies of #71A3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A3EC

Black with #71A3EC

Text Example


Text Example

White with #71A3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,163,236); }

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

background-color css

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

 a { background-color: rgb(113,163,236); }

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

border-color css

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

 span { border-color: rgb(113,163,236); }

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