Html Css Color HEX #71B2ED Jordy Blue

📋 copy color: '#71B2ED'

red 113 ◦ green 178 ◦ blue 237

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

Shades of Jordy Blue #71B2ED

Tints of Jordy Blue #71B2ED

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 21.4%
G = 33.71%
B = 44.89%

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

#71B2ED (or 0x71B2ED) is known color: Jordy Blue. HEX triplet: 71, B2 and ED. RGB value is (113,178,237). Sum of RGB (Red+Green+Blue) = 113+178+237=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #71B2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71B2ED is #8E4D12. Grayscale: #A4A4A4. Windows color (decimal): -9325843 or 15577713. OLE color: 15577713.

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

Color convert

RGB 113 178 237 -
CMYK 0.52 0.25 0 0.07
HSL 208.55º 0.78% 0.69% -
HSV(B) 208.55º 0.52% 0.93% -
XYZ 38.02 41.47 86.12 -
YUV 165.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 113 178 237 0.52 0.25 0 0.07 208.55 0.78 0.69
Hex 71 B2 ED 34 19 0 7 D1 4E 45
Octal 161 262 355 64 31 0 7 321 116 105
Binary 1110001 10110010 11101101 110100 11001 0 111 11010001 1001110 1000101

Color Harmonies of #71B2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B2ED

Black with #71B2ED

Text Example


Text Example

White with #71B2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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