Html Css Color HEX #74AEDB Jordy Blue

📋 copy color: '#74AEDB'

red 116 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #74AEDB

Tints of Jordy Blue #74AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 22.79%
G = 34.18%
B = 43.03%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74AEDB (or 0x74AEDB) is known color: Jordy Blue. HEX triplet: 74, AE and DB. RGB value is (116,174,219). Sum of RGB (Red+Green+Blue) = 116+174+219=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #74AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEDB is #8B5124. Grayscale: #A1A1A1. Windows color (decimal): -9130277 or 14397044. OLE color: 14397044.

HSL color Cylindrical-coordinate representation of color #74AEDB: hue angle of 206.21º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74AEDB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 174 219 -
CMYK 0.47 0.21 0 0.14
HSL 206.21º 0.59% 0.66% -
HSV(B) 206.21º 0.47% 0.86% -
XYZ 35.12 39.1 72.71 -
YUV 161.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 116 174 219 0.47 0.21 0 0.14 206.21 0.59 0.66
Hex 74 AE DB 2F 15 0 E CE 3B 42
Octal 164 256 333 57 25 0 16 316 73 102
Binary 1110100 10101110 11011011 101111 10101 0 1110 11001110 111011 1000010

Color Harmonies of #74AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AEDB

Black with #74AEDB

Text Example


Text Example

White with #74AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,219); }

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

background-color css

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

 a { background-color: rgb(116,174,219); }

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

border-color css

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

 span { border-color: rgb(116,174,219); }

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