Html Css Color HEX #71ABEB Jordy Blue

📋 copy color: '#71ABEB'

red 113 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #71ABEB

Tints of Jordy Blue #71ABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.95%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 21.77%
G = 32.95%
B = 45.28%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71ABEB (or 0x71ABEB) is known color: Jordy Blue. HEX triplet: 71, AB and EB. RGB value is (113,171,235). Sum of RGB (Red+Green+Blue) = 113+171+235=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #71ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABEB is #8E5414. Grayscale: #A0A0A0. Windows color (decimal): -9327637 or 15444849. OLE color: 15444849.

HSL color Cylindrical-coordinate representation of color #71ABEB: hue angle of 211.48º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ABEB is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 171 235 -
CMYK 0.52 0.27 0 0.08
HSL 211.48º 0.75% 0.68% -
HSV(B) 211.48º 0.52% 0.92% -
XYZ 36.37 38.63 84.14 -
YUV 160.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 113 171 235 0.52 0.27 0 0.08 211.48 0.75 0.68
Hex 71 AB EB 34 1B 0 8 D3 4B 44
Octal 161 253 353 64 33 0 10 323 113 104
Binary 1110001 10101011 11101011 110100 11011 0 1000 11010011 1001011 1000100

Color Harmonies of #71ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABEB

Black with #71ABEB

Text Example


Text Example

White with #71ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,171,235); }

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

background-color css

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

 a { background-color: rgb(113,171,235); }

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

border-color css

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

 span { border-color: rgb(113,171,235); }

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