Html Css Color HEX #71A7E8 Jordy Blue

📋 copy color: '#71A7E8'

red 113 ◦ green 167 ◦ blue 232

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

Shades of Jordy Blue #71A7E8

Tints of Jordy Blue #71A7E8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.62%

 BLUE value IS 232 (91.02% from 255) = 45.31%

R = 22.07%
G = 32.62%
B = 45.31%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#71A7E8 (or 0x71A7E8) is known color: Jordy Blue. HEX triplet: 71, A7 and E8. RGB value is (113,167,232). Sum of RGB (Red+Green+Blue) = 113+167+232=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #71A7E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A7E8 is #8E5817. Grayscale: #9D9D9D. Windows color (decimal): -9328664 or 15247217. OLE color: 15247217.

HSL color Cylindrical-coordinate representation of color #71A7E8: hue angle of 212.77º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71A7E8 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 167 232 -
CMYK 0.51 0.28 0 0.09
HSL 212.77º 0.72% 0.68% -
HSV(B) 212.77º 0.51% 0.91% -
XYZ 35.19 36.97 81.63 -
YUV 158.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 113 167 232 0.51 0.28 0 0.09 212.77 0.72 0.68
Hex 71 A7 E8 33 1C 0 9 D5 48 44
Octal 161 247 350 63 34 0 11 325 110 104
Binary 1110001 10100111 11101000 110011 11100 0 1001 11010101 1001000 1000100

Color Harmonies of #71A7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A7E8

Black with #71A7E8

Text Example


Text Example

White with #71A7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,167,232); }

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

background-color css

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

 a { background-color: rgb(113,167,232); }

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

border-color css

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

 span { border-color: rgb(113,167,232); }

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