Html Css Color HEX #71ADED Jordy Blue

📋 copy color: '#71ADED'

red 113 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #71ADED

Tints of Jordy Blue #71ADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 21.61%
G = 33.08%
B = 45.32%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71ADED (or 0x71ADED) is known color: Jordy Blue. HEX triplet: 71, AD and ED. RGB value is (113,173,237). Sum of RGB (Red+Green+Blue) = 113+173+237=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #71ADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ADED is #8E5212. Grayscale: #A2A2A2. Windows color (decimal): -9327123 or 15576433. OLE color: 15576433.

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

Color convert

RGB 113 173 237 -
CMYK 0.52 0.27 0 0.07
HSL 210.97º 0.78% 0.69% -
HSV(B) 210.97º 0.52% 0.93% -
XYZ 37.04 39.51 85.8 -
YUV 162.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 113 173 237 0.52 0.27 0 0.07 210.97 0.78 0.69
Hex 71 AD ED 34 1B 0 7 D3 4E 45
Octal 161 255 355 64 33 0 7 323 116 105
Binary 1110001 10101101 11101101 110100 11011 0 111 11010011 1001110 1000101

Color Harmonies of #71ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ADED

Black with #71ADED

Text Example


Text Example

White with #71ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,173,237); }

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

background-color css

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

 a { background-color: rgb(113,173,237); }

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

border-color css

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

 span { border-color: rgb(113,173,237); }

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