#74B6EB

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

Shades of Jordy Blue #74B6EB

Tints of Jordy Blue #74B6EB

Color information

#74B6EB (or 0x74B6EB) is unknown color: approx Jordy Blue. HEX triplet: 74, B6 and EB. RGB value is (116,182,235). Sum of RGB (Red+Green+Blue) = 116+182+235=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #74B6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B6EB is #8B4914. Grayscale: #A8A8A8. Windows color (decimal): -9128213 or 15447668. OLE color: 15447668.

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

Color convert

RGB116182235-
CMYK0.510.2300.08
HSL206.72º74.84%68.82%-
HSV(B)206.72º50.64%92.16%-
XYZ38.9343.1784.88-
YUV168.31165.6390.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.76%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=21.76%
G=34.15%
B=44.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161822350.510.2300.08206.7274.8468.82
Hex74B6EB331708cf4b45
Octal1642663536327010317113105
Binary1110100101101101110101111001110111010001100111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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