Html Css Color HEX #71ABEE Jordy Blue

📋 copy color: '#71ABEE'

red 113 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #71ABEE

Tints of Jordy Blue #71ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 21.65%
G = 32.76%
B = 45.59%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71ABEE (or 0x71ABEE) is known color: Jordy Blue. HEX triplet: 71, AB and EE. RGB value is (113,171,238). Sum of RGB (Red+Green+Blue) = 113+171+238=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #71ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABEE is #8E5411. Grayscale: #A0A0A0. Windows color (decimal): -9327634 or 15641457. OLE color: 15641457.

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

Color convert

RGB 113 171 238 -
CMYK 0.53 0.28 0 0.07
HSL 212.16º 0.79% 0.69% -
HSV(B) 212.16º 0.53% 0.93% -
XYZ 36.81 38.81 86.44 -
YUV 161.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 113 171 238 0.53 0.28 0 0.07 212.16 0.79 0.69
Hex 71 AB EE 35 1C 0 7 D4 4F 45
Octal 161 253 356 65 34 0 7 324 117 105
Binary 1110001 10101011 11101110 110101 11100 0 111 11010100 1001111 1000101

Color Harmonies of #71ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ABEE

Black with #71ABEE

Text Example


Text Example

White with #71ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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