Html Css Color HEX #71AFED Jordy Blue

📋 copy color: '#71AFED'

red 113 ◦ green 175 ◦ blue 237

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

Shades of Jordy Blue #71AFED

Tints of Jordy Blue #71AFED

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.33%

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

R = 21.52%
G = 33.33%
B = 45.14%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71AFED (or 0x71AFED) is known color: Jordy Blue. HEX triplet: 71, AF and ED. RGB value is (113,175,237). Sum of RGB (Red+Green+Blue) = 113+175+237=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #71AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AFED is #8E5012. Grayscale: #A3A3A3. Windows color (decimal): -9326611 or 15576945. OLE color: 15576945.

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

Color convert

RGB 113 175 237 -
CMYK 0.52 0.26 0 0.07
HSL 210º 0.78% 0.69% -
HSV(B) 210º 0.52% 0.93% -
XYZ 37.43 40.29 85.92 -
YUV 163.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 113 175 237 0.52 0.26 0 0.07 210 0.78 0.69
Hex 71 AF ED 34 1A 0 7 D2 4E 45
Octal 161 257 355 64 32 0 7 322 116 105
Binary 1110001 10101111 11101101 110100 11010 0 111 11010010 1001110 1000101

Color Harmonies of #71AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AFED

Black with #71AFED

Text Example


Text Example

White with #71AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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