Html Css Color HEX #71B1ED Jordy Blue

📋 copy color: '#71B1ED'

red 113 ◦ green 177 ◦ blue 237

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

Shades of Jordy Blue #71B1ED

Tints of Jordy Blue #71B1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

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

R = 21.44%
G = 33.59%
B = 44.97%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71B1ED (or 0x71B1ED) is known color: Jordy Blue. HEX triplet: 71, B1 and ED. RGB value is (113,177,237). Sum of RGB (Red+Green+Blue) = 113+177+237=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #71B1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B1ED is #8E4E12. Grayscale: #A4A4A4. Windows color (decimal): -9326099 or 15577457. OLE color: 15577457.

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

Color convert

RGB 113 177 237 -
CMYK 0.52 0.25 0 0.07
HSL 209.03º 0.78% 0.69% -
HSV(B) 209.03º 0.52% 0.93% -
XYZ 37.82 41.07 86.05 -
YUV 164.7 168.8 91.12 -
System Red Green Blue C M Y K H S L
Decimal 113 177 237 0.52 0.25 0 0.07 209.03 0.78 0.69
Hex 71 B1 ED 34 19 0 7 D1 4E 45
Octal 161 261 355 64 31 0 7 321 116 105
Binary 1110001 10110001 11101101 110100 11001 0 111 11010001 1001110 1000101

Color Harmonies of #71B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B1ED

Black with #71B1ED

Text Example


Text Example

White with #71B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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