Html Css Color HEX #71AFEC Jordy Blue

📋 copy color: '#71AFEC'

red 113 ◦ green 175 ◦ blue 236

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

Shades of Jordy Blue #71AFEC

Tints of Jordy Blue #71AFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 21.56%
G = 33.4%
B = 45.04%

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

#71AFEC (or 0x71AFEC) is known color: Jordy Blue. HEX triplet: 71, AF and EC. RGB value is (113,175,236). Sum of RGB (Red+Green+Blue) = 113+175+236=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #71AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71AFEC is #8E5013. Grayscale: #A3A3A3. Windows color (decimal): -9326612 or 15511409. OLE color: 15511409.

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

Color convert

RGB 113 175 236 -
CMYK 0.52 0.26 0 0.07
HSL 209.76º 0.76% 0.68% -
HSV(B) 209.76º 0.52% 0.93% -
XYZ 37.28 40.23 85.16 -
YUV 163.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 113 175 236 0.52 0.26 0 0.07 209.76 0.76 0.68
Hex 71 AF EC 34 1A 0 7 D2 4C 44
Octal 161 257 354 64 32 0 7 322 114 104
Binary 1110001 10101111 11101100 110100 11010 0 111 11010010 1001100 1000100

Color Harmonies of #71AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AFEC

Black with #71AFEC

Text Example


Text Example

White with #71AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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