Html Css Color HEX #76ADF1 Jordy Blue

📋 copy color: '#76ADF1'

red 118 ◦ green 173 ◦ blue 241

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

Shades of Jordy Blue #76ADF1

Tints of Jordy Blue #76ADF1

RGB

 RED value IS 118 (46.48% from 255) = 22.18%

 GREEN value IS 173 (67.97% from 255) = 32.52%

 BLUE value IS 241 (94.53% from 255) = 45.3%

R = 22.18%
G = 32.52%
B = 45.3%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76ADF1 (or 0x76ADF1) is known color: Jordy Blue. HEX triplet: 76, AD and F1. RGB value is (118,173,241). Sum of RGB (Red+Green+Blue) = 118+173+241=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #76ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ADF1 is #89520E. Grayscale: #A3A3A3. Windows color (decimal): -8999439 or 15838582. OLE color: 15838582.

HSL color Cylindrical-coordinate representation of color #76ADF1: hue angle of 213.17º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76ADF1 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 173 241 -
CMYK 0.51 0.28 0 0.05
HSL 213.17º 0.81% 0.7% -
HSV(B) 213.17º 0.51% 0.95% -
XYZ 38.29 40.09 88.94 -
YUV 164.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 118 173 241 0.51 0.28 0 0.05 213.17 0.81 0.7
Hex 76 AD F1 33 1C 0 5 D5 51 46
Octal 166 255 361 63 34 0 5 325 121 106
Binary 1110110 10101101 11110001 110011 11100 0 101 11010101 1010001 1000110

Color Harmonies of #76ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADF1

Black with #76ADF1

Text Example


Text Example

White with #76ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76ADF1; }

 p { color: rgb(118,173,241); }

 H1.HeaderClassName
 {
   color: #76ADF1;
 }
 .AnyTagClassName
 {
   color: #76ADF1;
 }
</style>

background-color css

<style>
 a { background-color: #76ADF1; }

 a { background-color: rgb(118,173,241); }

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

border-color css

<style>
 span { border-color: #76ADF1; }

 span { border-color: rgb(118,173,241); }

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