Html Css Color HEX #74ADEB Jordy Blue

📋 copy color: '#74ADEB'

red 116 ◦ green 173 ◦ blue 235

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

Shades of Jordy Blue #74ADEB

Tints of Jordy Blue #74ADEB

RGB

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

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

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

R = 22.14%
G = 33.02%
B = 44.85%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74ADEB (or 0x74ADEB) is known color: Jordy Blue. HEX triplet: 74, AD and EB. RGB value is (116,173,235). Sum of RGB (Red+Green+Blue) = 116+173+235=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #74ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADEB is #8B5214. Grayscale: #A2A2A2. Windows color (decimal): -9130517 or 15445364. OLE color: 15445364.

HSL color Cylindrical-coordinate representation of color #74ADEB: hue angle of 211.26º 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 #74ADEB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 173 235 -
CMYK 0.51 0.26 0 0.08
HSL 211.26º 0.75% 0.69% -
HSV(B) 211.26º 0.51% 0.92% -
XYZ 37.14 39.6 84.28 -
YUV 163.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 116 173 235 0.51 0.26 0 0.08 211.26 0.75 0.69
Hex 74 AD EB 33 1A 0 8 D3 4B 45
Octal 164 255 353 63 32 0 10 323 113 105
Binary 1110100 10101101 11101011 110011 11010 0 1000 11010011 1001011 1000101

Color Harmonies of #74ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADEB

Black with #74ADEB

Text Example


Text Example

White with #74ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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