#7CB5DC

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

Shades of Jordy Blue #7CB5DC

Tints of Jordy Blue #7CB5DC

Color information

#7CB5DC (or 0x7CB5DC) is unknown color: approx Jordy Blue. HEX triplet: 7C, B5 and DC. RGB value is (124,181,220). Sum of RGB (Red+Green+Blue) = 124+181+220=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5DC is #834A23. Grayscale: #A8A8A8. Windows color (decimal): -8604196 or 14464380. OLE color: 14464380.

HSL color Cylindrical-coordinate representation of color #7CB5DC: hue angle of 204.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB5DC is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124181220-
CMYK0.440.1800.14
HSL204.38º57.83%67.45%-
HSV(B)204.38º43.64%86.27%-
XYZ37.7542.573.92-
YUV168.4157.1296.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.62%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=23.62%
G=34.48%
B=41.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241812200.440.1800.14204.3857.8367.45
Hex7CB5DC2C120Ecc3a43
Octal174265334542201631472103
Binary111110010110101110111001011001001001110110011001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB5DC; }

 p { color: rgb(124,181,220); }

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

<style>
 a { background-color: #7CB5DC; }

 a { background-color: rgb(124,181,220); }

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

<style>
 span { border-color: #7CB5DC; }

 span { border-color: rgb(124,181,220); }

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