Html Css Color HEX #74AAEB Jordy Blue

📋 copy color: '#74AAEB'

red 116 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #74AAEB

Tints of Jordy Blue #74AAEB

RGB

 RED value IS 116 (45.7% from 255) = 22.26%

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 22.26%
G = 32.63%
B = 45.11%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74AAEB (or 0x74AAEB) is known color: Jordy Blue. HEX triplet: 74, AA and EB. RGB value is (116,170,235). Sum of RGB (Red+Green+Blue) = 116+170+235=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #74AAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AAEB is #8B5514. Grayscale: #A0A0A0. Windows color (decimal): -9131285 or 15444596. OLE color: 15444596.

HSL color Cylindrical-coordinate representation of color #74AAEB: hue angle of 212.77º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74AAEB is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 170 235 -
CMYK 0.51 0.28 0 0.08
HSL 212.77º 0.75% 0.69% -
HSV(B) 212.77º 0.51% 0.92% -
XYZ 36.57 38.46 84.09 -
YUV 161.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 116 170 235 0.51 0.28 0 0.08 212.77 0.75 0.69
Hex 74 AA EB 33 1C 0 8 D5 4B 45
Octal 164 252 353 63 34 0 10 325 113 105
Binary 1110100 10101010 11101011 110011 11100 0 1000 11010101 1001011 1000101

Color Harmonies of #74AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AAEB

Black with #74AAEB

Text Example


Text Example

White with #74AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AAEB; }

 p { color: rgb(116,170,235); }

 H1.HeaderClassName
 {
   color: #74AAEB;
 }
 .AnyTagClassName
 {
   color: #74AAEB;
 }
</style>

background-color css

<style>
 a { background-color: #74AAEB; }

 a { background-color: rgb(116,170,235); }

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

border-color css

<style>
 span { border-color: #74AAEB; }

 span { border-color: rgb(116,170,235); }

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