Html Css Color HEX #74ACDB Jordy Blue

📋 copy color: '#74ACDB'

red 116 ◦ green 172 ◦ blue 219

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

Shades of Jordy Blue #74ACDB

Tints of Jordy Blue #74ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

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

R = 22.88%
G = 33.93%
B = 43.2%

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

#74ACDB (or 0x74ACDB) is known color: Jordy Blue. HEX triplet: 74, AC and DB. RGB value is (116,172,219). Sum of RGB (Red+Green+Blue) = 116+172+219=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #74ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACDB is #8B5324. Grayscale: #A0A0A0. Windows color (decimal): -9130789 or 14396532. OLE color: 14396532.

HSL color Cylindrical-coordinate representation of color #74ACDB: hue angle of 207.38º 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 #74ACDB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 172 219 -
CMYK 0.47 0.21 0 0.14
HSL 207.38º 0.59% 0.66% -
HSV(B) 207.38º 0.47% 0.86% -
XYZ 34.74 38.33 72.59 -
YUV 160.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 116 172 219 0.47 0.21 0 0.14 207.38 0.59 0.66
Hex 74 AC DB 2F 15 0 E CF 3B 42
Octal 164 254 333 57 25 0 16 317 73 102
Binary 1110100 10101100 11011011 101111 10101 0 1110 11001111 111011 1000010

Color Harmonies of #74ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACDB

Black with #74ACDB

Text Example


Text Example

White with #74ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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