#74B2DC

Color #74B2DC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #74B2DC

Tints of Jordy Blue #74B2DC

Color information

#74B2DC (or 0x74B2DC) is unknown color: approx Jordy Blue. HEX triplet: 74, B2 and DC. RGB value is (116,178,220). Sum of RGB (Red+Green+Blue) = 116+178+220=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #74B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B2DC is #8B4D23. Grayscale: #A4A4A4. Windows color (decimal): -9129252 or 14463604. OLE color: 14463604.

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

Color convert

RGB116178220-
CMYK0.470.1900.14
HSL204.23º59.77%65.88%-
HSV(B)204.23º47.27%86.27%-
XYZ36.0440.7273.67-
YUV164.25159.4693.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.57%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=22.57%
G=34.63%
B=42.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161782200.470.1900.14204.2359.7765.88
Hex74B2DC2F130Ecc3c42
Octal164262334572301631474102
Binary111010010110010110111001011111001101110110011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,178,220); }

 H1.HeaderClassName
 {
   color: #74B2DC;
 }
 .AnyTagClassName
 {
   color: #74B2DC;
 }
</style>
background-color css

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

 a { background-color: rgb(116,178,220); }

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

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

 span { border-color: rgb(116,178,220); }

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