Html Css Color HEX #76AAF1 Jordy Blue

📋 copy color: '#76AAF1'

red 118 ◦ green 170 ◦ blue 241

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

Shades of Jordy Blue #76AAF1

Tints of Jordy Blue #76AAF1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.14%

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

R = 22.31%
G = 32.14%
B = 45.56%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76AAF1 (or 0x76AAF1) is known color: Jordy Blue. HEX triplet: 76, AA and F1. RGB value is (118,170,241). Sum of RGB (Red+Green+Blue) = 118+170+241=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #76AAF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76AAF1 is #89550E. Grayscale: #A2A2A2. Windows color (decimal): -9000207 or 15837814. OLE color: 15837814.

HSL color Cylindrical-coordinate representation of color #76AAF1: hue angle of 214.63º 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 #76AAF1 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 170 241 -
CMYK 0.51 0.29 0 0.05
HSL 214.63º 0.81% 0.7% -
HSV(B) 214.63º 0.51% 0.95% -
XYZ 37.72 38.95 88.75 -
YUV 162.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 118 170 241 0.51 0.29 0 0.05 214.63 0.81 0.7
Hex 76 AA F1 33 1D 0 5 D7 51 46
Octal 166 252 361 63 35 0 5 327 121 106
Binary 1110110 10101010 11110001 110011 11101 0 101 11010111 1010001 1000110

Color Harmonies of #76AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAF1

Black with #76AAF1

Text Example


Text Example

White with #76AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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